/* Stylesheet for news */

.news_item {

}

.news_title a {
color:#bb8900;
font-size:13px;
font-weight:bold;
text-decoration:none;
}

.news_title a:hover {
color:#bb8900;
font-size:13px;
font-weight:bold;
text-decoration:none;
}

.read_more {
background-color:#bb8900;
border-top:1px solid #ffffff;
border-bottom:1px solid #ffffff;
display:block;
margin-top:2px;
padding:2px 0 2px 0;
text-align:center;
width:80px;
}

.read_more a {
color:#ffffff;
text-decoration:none;
}

#news_page h2 {
color:#bb8900;
font-size:18px;
font-weight:normal;
text-decoration:none;
}

#news_page img {
padding:0 10px 0 0;
}

.news_date {
padding:1px 0 5px 0;
font-size:12px;
font-weight:bold;
}