a { text-decoration: none; font-weight: bold; }

.news_style{
display:none;
}
.news_show
{
background-color: white;
color:black;
width:100%;
height:200px;
font: 12px "Trebuchet MS";
overflow: auto;	

}
.news_border
{
background-color: white;
width:99%;
height:200px;
margin-top:3px;

border:1px solid #FF6600;
padding: 5px 5px 5px 5px;
overflow: auto;	

}
.news_mark{
background-color:white ;
font: normal 11px "Trebuchet MS";
border: 0px solid gray;
width:361px;
height:35px;
color:black;
text-align:center;
}
.news_title{
font: bold 11px "Trebuchet MS";
border: 0px solid gray;
padding: 5px 0px 9px 50px;
margin-left:30px;
width:100%;
color:black;
}
.news_show img{

margin-left: 5px;
margin-right: 5px;

}
.buttondiv
{
position: absolute;
/*float: left;*/
/*top: 169px;*/
padding: 5px 5px 5px 5px;
background-color:white ;
border: 1px solid gray;
/*border-top-color: white;*/
border-top:none;
height:20px;
}