body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

a:link {
	color: #4680bd;
	font-weight: normal;
}

a:hover {
	color: #4680bd;
	font-weight: bold;
}

a:visited {
	color: #335E8C;
	background-color: #FFFFFF;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

h1 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 135%;
	color: #4680bd;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 115%;
	color: #4680bd;
	font-weight: bold;
	line-height: normal;
}
.formbodybackground {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #edf4ff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 130%;
	font-style: normal;
	border: thin solid #ffffff;
}
.formbodytext {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 130%;
	font-style: normal;
	border: thin solid #ffffff;
}
.formheading {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 130%;
	font-style: normal;
	border: thin solid #ffffff;
	font-weight: normal;
}
.reduced {font-size: 75%}

.reducedred {
	font-size: 75%;
	color: #ff0000;
}
