.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.errortext {
	color: #cc0000;
	font-weight: bold;
}

.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.subnav a:link {
	color: #6D98A8;
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;

     }

.subnav a:visited {
	color: #6D98A8;
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;

     }

.subnav a:hover {
	color: #FF9900;
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;

     }

.subnav a:active {
	color: #6D98A8;
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;

     }

