.news_date{
	font-weight: bold;
	color: black;
}
a.news_group{
	color: #444444;
	text-decoration: none;
}
a.news_group:hover{
	text-decoration: underline;
}

.news_groupheader{
	font-weight: bold;
	font-size: 16px;
	color: #444444;
}


a.news_title{
	color: black;
	text-decoration: none;
}
a.news_title:hover{
	text-decoration: underline;
	color: #666666;
}




.news_innergroup{
	font-weight: bold;
	font-size: 14px;
	color: #444444;
}
.news_innerdate{
	font-weight: bold;
	color: #c56a11;
}
.news_innertitle{
	font-weight: bold;
	color: #c56a11;
}

.news_body{
}


.news_date_small{
	font-weight: bold;
	color: black;
}

td.news_title_small{
	padding: 8px 10px 0px 18px;
}
a.news_title_small{
	font-weight: bold;
	color: #049946;
	text-decoration: underline;
}
a.news_title_small:hover{
	text-decoration: underline;
	color: black;
}




#news{
width:370px;
margin-left:38px;
;}

#newshead{
height:30px;
background-color:#a3d774;
}
#newstext{
color:#f6faf3;
font-size:16px;
font-weight:bold;
margin-left:5px;

}