@charset "utf-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}

a:link, a:active {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	color: #0066CC;
	text-decoration: underline; 
}
a:hover {
	color: #cc0000;
	text-decoration: none;
}

/*  Main Form Formatting  */
.formHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	background-color: #e3e3e3;
}
.fError {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: bold;
}
.fErrorSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000 ! important;
	font-weight: bold;
}
.fErrorInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF ! important;
	background-color: #CC0000 !important;
	border: 1px solid #000000;
}
.input {
	background-color: #b9d0ff !important;
	border: 1px solid #000000;
	color: #000033 !important;
	font-weight: bold !important;
}