body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #990000;
	background-color: #990000;
}

tr {
  background-color: #ffffff;
}

.p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #990000;
}

.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #990000;
	font-weight: bold;
}

.topnav {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
}

.mainnav {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #990000;
}

/* In general it's best to keep specific font-family declarations and font-size declarations out of
   global styles like a general anchor tag unless you have a specific reason to do so. */

a:link {
	text-decoration: underline;
	color: #990000;

}

a:hover {
	text-decoration: none;
	color: #990000;

}

a:active {
	color: #990000;
}

a:visited {
	color: #333333;
}

/*
   You must declare the class name first, then the sub-selector next. You also
   forgot to add a semi-colon to the end of your last style declaration.
   The way it's declared here is a class specifically just for anchor tags and
   must be declared for each anchor tag.
   Example:
   	<span>
		<a href="something" class="footer">My Link Text</a>
		<a href="something" class="footer">My Other Link Text</a>
	</span>
*/
   
/*
a.footer:link {
	color: #990000;
	text-decoration: underline
}
a.footer:hover {
	color: #990000;
	text-decoration: none
}

a.footer:visited {
	color: #333333;
	text-decoration: none
}
*/

/*
   Here you only have to declare the class 'footer' and any anchor tags within a span, div, etc
   where the class 'footer' is declared with automatically have these anchor declarations attached.
   Example:
   	<span class="footer">
		<a href="something">My Link Text</a>
		<a href="something">My Other Link Text</a>
	</span>
*/
footer a:link {
	color: #990000;
	text-decoration: underline;
}
footer a:hover {
	color: #990000;
	text-decoration: none;
}

footer a:visited {
	color: #333333;
}




.pghdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #990000;
	line-height: 22px;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #990000;
	text-decoration: none;

}

.formtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	text-decoration: none;

}

.fancy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #990000;
	line-height: 26px;
	font-style: italic;
}

.fancy2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #990000;
	line-height: 25px;
}