@charset "utf-8";

div.news_div
{
border-bottom: 1px solid #72953a;
color: #333333;
margin-bottom: 25px;
padding-bottom: 15px;
padding-top: 10px;
}

div.news_title
{
font-size: 15px;
font-weight: bold;
color: #72953a;
text-transform: uppercase;
height: 48px;
}

span.news_date
{
color: #666666;
font-size: 11px;
font-weight: bold;
}


div.news_text
{
font-family: "trebuchet MS";
font-size: 14px;
text-align: justify;
text-indent: 6mm;
margin: 0;
padding: 0;
}

.news_div a.news_anchor
{
font-weight: bold;
font-size: 11px;
color: #72953a;
text-decoration: none;
}

div.news_title img
{
float: left;
padding-right: 6px;

}