@charset "ISO-8859-1";
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #660000;
	text-decoration: none;
}
a:link {
	color:#660000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color:#660000;
	text-decoration:underline;
}
a:active {
	text-decoration: none;
}
.body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#003300;
}
.header {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#003300;
}
.subHeader {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#003300;
}
.form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3333336;
}
.caption {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}

