body
{
	background-color: white;
}
.ErrorMsg
{
	font-size: 12pt;
	color: red;
	font-family: Arial;
}
.Title
{
	font-weight: normal;
	font-size: 20pt;
	color: red;
	font-family: 'Times New Roman' , Arial;
}
.Instructions
{
	border-right: red thin;
	border-top: red thin;
	font-weight: bold;
	border-left: red thin;
	color: navy;
	border-bottom: red thin;
	font-family: Arial, 'Times New Roman';
}
.Footer_Text
{
	border-right: red thin;
	border-top: red thin;
	font-weight: bold;
	font-size: 10pt;
	border-left: red thin;
	color: navy;
	border-bottom: red thin;
	font-family: Arial, 'Times New Roman';
}
.FormLabel
{
	font-weight: bold;
	font-size: 14pt;
	color: navy;
	font-family: Arial, 'Times New Roman';
	text-decoration: underline overline;
}
.FormButton
{
 background-color: #006699;
 color: #ffffff;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 text-decoration: none;
 border: 1px solid #000000;
}
