/*Overral font, size and color*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #888864;
}

/*Overal link colors */
a:link, a:visited {
	color:#6E8EAC;
}
a:hover, a:active {color:#85C447;}

/*Logo background color*/
#logo {
	background: #FFF;
}

/*Overrides for modified news module*/
td.post_title {
	padding-top: 10px;
	font-size: 16px;
	border-bottom: 0px;
}

td.post_short {
	border-bottom: 1px solid #dddddd;
}

td.post_short a.more-button,
td.post_short a.back-button {
	font-size: 13px;
}
