/* CSS Document */
.news_date{
	color:#333333;
	font-size:10px;
}

.news_title{
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}

.news_title a{
	color:#41290f;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

.news_title a:hover{
	color:#41290f;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}

.news_short{
	color:#333333;
	text-align:justify;
	font-size:10px;
}

.news_bg{
	background-image:url(../../images/news_tile.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#bdd74d;
}