/*news module*/
.NewsRow{
	background-color:#999;
}
.NewsTitle{
	font-weight:bold;
	font-size:14px;
	text-decoration:underline;
}
.NewsDate{
	font-weight:bold;
	font-size:13px;
}
.NewsText{
	font-size:11px;
}
