body {
	margin: 0; padding: 0;
	background: #003366;
}

.body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #333366;
	text-align : justify;
}

.bodyheading {
	font-family : Times, serif;
	font-size : 16px;
	color : #669933;
	font-weight: bold;
}

.bodyseparator {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 32px;
	color : #6699CC;
	text-align : center;
}

.nav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #FFFFFF;
	text-align : right;
}

.navsectionname {
	color : #CCCC99;
	font-weight : bold;
}

.navcurrentpage {
	font-weight : bold;
}

.navpagelink {
	color : #FFFFFF;
}

.navcaption {
}

.navsmall {
	font-size : 11px;
}

.footer {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #6699CC;
}

a:link {
	text-decoration : none;            
}

a:visited {
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

