/*--------------------------------news---------------------------------------*/

.News_table
{
	width:100%;		
	font-size:11px;
}

.News_table tr td
{
	text-align:left;
}

.News_div
{
	padding:5px;
	border-bottom: dotted 1px #a1bc37;
	text-align:left;
}

.news_table_date
{
	color:#a1bc37;
}

.news_table_title
{	
	font-weight:bold;
	padding-bottom:5px;
}

.News_more
{	
	text-align:right !important;
	padding:3px;
}

.News_more a
{	
	color:#a1bc37;
}

.News_more:hover
{	
	color:#003604;	
}

.News_item_title
{
	color:#45602F;
}

.News_item_date
{
	color:#45602F;
	text-align:right;
}

.News_all_title
{
	font-weight:bold;
	padding-top:3px;
	padding-bottom:3px;
}

.News_all_more
{
	color:#a1bc37;	
}

.News_all_more:hover
{	
	color:#003604;	
}

