h1 {
	font-family: "Arial Black", Arial, Verdana;
	font-size: 36px;
	font-weight: bold;
	color: #000066;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	line-height: 14px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000066;
	line-height: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#botNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #EBEBEB;
	margin: 2px;
	padding: 2px;
	border: medium double #000066;
}

a:link {
	text-decoration: underline;
	color: #000066;
