a.navtext:link {
	text-decoration: none;
	color: #000099;
}

a:link {
	text-decoration: none;
	color: #000099;
}

a.navtext:hover {
	text-decoration: underline;
	color: #0000FF;
}

a:hover {
	text-decoration: underline;
	color: #000099;
}

a.navtext:visited {
	text-decoration: none;
	color: #000099;
}

a:visited {
	text-decoration: none;
	color: #000099;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #000066;
}

.border {
	border: 4px #EEEEEE solid;
}

.header {
	border: 1px lightblue solid;
}

.body {
	border: 3px solid;
	border-color: #0066FF;
	background-color: #EEEEEE;
	border-top: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.nav {
	color: darkblue;
	border-top: 1px blue dotted;
	border-bottom: 1px blue dotted;
	font-size: small;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #DDDDDD;
}
.navsplit {
	border-right: 1px solid blue;
	padding: 10px;
}

.date {
	text-align: center;
	font-size: 11px;
	color: #3333FF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.navouter {
	border: 1px solid #000066;
}

.navheader {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	background-color: #DDDDDD;
	text-transform: uppercase;
	border-top: 1px blue dotted;
	border-bottom: 1px blue dotted;
	color: #0000CC;
}

h2, h3 {
	text-transform: uppercase;
	color: darkblue;
	background-color: #CCCCCC;
	border: 1px solid darkblue;
	padding: 2px 7px;
}

.footerinfo {
	font-size: 11px;
	text-align: center;
	color: #000066;
	padding-top: 20px;
}