A:active, A:link, A:visited {
color : #006633;
text-decoration : none;
}
A:HOVER {
	color : GrayText;
}
.text {
font-size : 10pt;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
}
.legal {
font-size : 8pt;
font-family: Arial, Helvetica, sans-serif; 
color: #000000;
}
.heading {
font-size : 14pt;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-weight: bold;
font-style : italic;
}
.formfields {
	background-color: #DDDDDD;
	color : Black;
}
.formbuttons {
	background-color: Green;
	color : White;
}