
/*Overral font, size and color*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #626262;
	background: #18462c;
}

#footer {
	font-size: 9px;
}

/*Overal link colors */
a:link, a:visited {color:#03a0e3;}
a:hover, a:active {color:#85C447;}

/*Logo background color*/
#logo {background: #ffffff;}







