body {
	background-color: #6F98C6;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	font: 80% Arial, Helvetica, sans-serif;
}

a {
	color: #0066CC;
	text-decoration: none;
}
a:link {
	color: #0066cc;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

a.nav {
	color: #3366cc;
	text-decoration: none;
	font: 400 small-caps 1.2em "Times New Roman", Times;
}

a.nav:hover {
	color: #ff6600;
}

.small {
	font-size: 0.8em;
}
.reg {
	font-size: 1.0em;
	line-height: normal;
}

.headline {
	font-size: 1.4em;
	font-family: "Times New Roman", Times, serif;
	color: #003399;
	font-weight: bold;
}
.subhead {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #003399;
}
.outline {
	border: 1px solid #6F98C6;
}
.footer {
	font-size: 0.8em;
	text-align: center;
}

