
/* front page news and announcements nav */


.news a:hover{
	color:#000; 
}

.news a {
	color:#fff; 
	font-size:14pt;
	line-height:20px; 
	font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
}
.news {
	color:#fff; 
	font-size:14pt;
	line-height:20px; 
	font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
}


.midnews a {
	color:#fff; 
	font-size:12px;
	font-weight:bold;
	line-height:12px; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
    text-align:center;

}

.midnews a:hover { 
	color: #00a0df;
	font-weight:bold;
	text-decoration: overline underline;
}

