/* CSS Document */

body {
	background-color: #E3E3E3;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #003e7a;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style2 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.style3 {font-size: 10px}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003e7a;
	font-weight: bold;
	font-style: italic;
}
.body {font-family: Arial, Helvetica, sans-serif; font-size: 13px; }
.bottomlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	a:link {
	text-decoration: none;
	color: #996600;
}
