
/*Overral font, size and color*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5f5f5f;
	background-color: #05014D;
}


.style2 {
	color: #FF0000;
	font-weight: bold;
}

/*Overal link colors */
a:link, a:visited {color:#3366FF;}
a:hover, a:active {color:#3399FF;}



/*Overrides for modified news module*/
td.post_title {
	padding-top: 10px;
	font-size: 16px;
	border-bottom: 0px;
	color:#0049B0;
	font-size:12px;
}

td.post_short {
	border-bottom: 1px solid #dddddd;
}

td.post_short a.more-button,
td.post_short a.back-button,
a.link-right {
	font-size: 11px;
}


