h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #080884;
}
.sitetitle {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #080884;
	padding-top: 10px;
}
a {
	text-decoration: none;
	color: #080884;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
.whitetext {
	color: #FFFFFF;
}
.darkbluebox {
	background-color: #080884;
	padding: 10px;
}
body,td,th {
	color: #080884;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
.redbox {
	background-color: #990000;
	padding: 10px;
}

