.standardtextonblack {
	font-family: Tahoma, Arial;
	font-size: x-small;
	color: #FFFFFF;
}
a:link {
	font-family: Tahoma, Arial;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma, Arial;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
}
a:active {

	font-family: Tahoma, Arial;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma, Arial;
	font-size: x-small;
	color: #000000;
	text-decoration: underline;
	background-color: #FFFFFF;
}
.standardtextonwhite {

	font-family: Tahoma, Arial;
	font-size: x-small;
	color: #000000;
}
.headingonwhite {
	font-family: Tahoma, Arial;
	font-size: large;
	color: #000000;
	font-weight: bold;
}
.formfield {
	font-family: Tahoma, Arial;
	font-size: x-small;
	color: #0066AE;
	background-color: #FEFDEB;
	border: 1px solid #0072C9;
}
.formbutton {
	font-family: Tahoma, Arial;
	font-size: x-small;
	color: #FFFFFF;
	background-color: #0066AE;
	border: 1px solid #FFFFFF;
	font-weight: bold;
}
.subheadingonwhite {

	font-family: Tahoma, Arial;
	font-size: medium;
	color: #000000;
	font-weight: bold;
}
