/* News Announcement */

.newsAItem{
	padding-left: 16px; 
	padding-top: 16;
}

.newsADate{
	color: #FC6200;
	font-size: 11px;
}

span.newsADetails{
	font-size: 11px;
}

a.newsATitle:link, a.newsATitle:visited, a.newsATitle:active{
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

a.newsATitle:hover{
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
}

