.news
{
	padding : 3px;
	margin-bottom : 5px;
}
.news .title
{
	font-size : 13px;
	font-weight : bold;
	padding-left : 2px;
	color : #C12C21;
}
.news .date
{
	color : #666666;
	font-size : 10px;
	font-weight : normal;
	padding-left : 10px;
}
.news .body
{
	color : #3A5871;
	padding: 3px 10px 3px 2px;
	background : #FEFEFE;
}
.news .body a, .full_news .body a
{
	color : #BD0119 ;
	text-decoration : underline;
}
.news .body a:hover, .full_news .body a:hover {
	color : #CC0060;
	text-decoration : none;
}
.news .body p
{
	margin: 1px 0;
}

.news .title span
{
	font-size : 10px;
	color : #666666;
	font-weight : normal;
}

.news .title a
{
	font-size : 12	px;
	color : #D43024;
	text-decoration : none;
}
.news .title a:hover
{
	
color : #4D6980;
}

.full_news .title
{
	color: #666666;
	font-size :10px;
	padding-left : 4px;
	border-bottom : 1px solid #BBBBBB;
	background :#ECF1F5;
}
.full_news .body {
	padding: 3px 10px 0px 2px;
	border-bottom : 1px solid #BBBBBB;

}
.news_link
{
	text-align : right;
	margin-bottom : 3px;
}

.link_to_news
{
	margin-top : 0px;
	text-align : right;
	margin-right : 10px;
	border-bottom : 1px solid #BBBBBB;
}
.link_to_news a
{
	font-size : 14px;
	text-decoration : none;
}
.link_to_news a:hover
{
	color : #308502;
}
