.index_news tr td{
	font-size: 11px;
	line-height: 17px;
}
.index_news{

	margin-bottom: 25px;
	margin-left: 28px;
}
.index_news_date{
/*
	border-bottom: 1px solid #cbcbcb;
*/
	background-image: url('news_hr_small.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	font-size: 13px;
	font-family: "Tahoma";
	color: #336600;
}
.index_news_title strong{
	color: #333333;
/*	font-weight: bold;*/

}
.index_news_content{
	padding-top: 2px;
	color: #666666;
}
.index_news_content p{
	margin-bottom: 1px;
}
.index_news_more a{
	color: #669900;
}
.index_news_more{ margin-top: 2px; }


