body {
	text-align: center;
	background-color: #8f9395;
	min-width: 863px;
}

#footernav {
	font-family: Arial;
	font-size: 8pt;
	color: #003d78;
	margin: 0 auto;
}
 
#footercopy {
	font-family: Arial;
	font-size: 8pt;
	color: #525252;
	margin: 0 auto;
}

/* Fonts */

.body {
	font-family: Arial;
	font-size: 8pt;
	color: black;
}

ol, ul, dl {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

* {
	padding: 0;
	margin: 0;
}

/* Links
----------- */

a { font-family: verdana; font-size: 8pt; color: #003d78; text-decoration: none; text-transform: none; }

a:hover { font-family: verdana; font-size: 8pt; color: #0156a7; text-decoration: underline; text-transform: none; }