
/* front page news and announcements nav */


.news {
	color:#fff; 
	font-size:11pt;
    font-weight:bold;
	line-height:12px; 
	font-family: 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;

}

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