body {
	background-color : #53287e;
	color : #ddccff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

div {
	color : #ddccff;
	font-size : 8pt;
}

td {
	color : #ddccff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

A:link {
	color: #ffffcc;
	text-decoration: none;
	font-weight : bold;
}
A:visited { 
	color: #ffffcc;
	text-decoration: none;
	font-weight : bold;
}
A:active { 
	color: #cc9900;
	text-decoration : underline;
	font-weight : bold;
}
A:hover {
	color: #ffcc66;
	text-decoration : underline;
}

.YellowSubHeading {
	font-size: 9pt; 
	font-weight: bold; 
	color: #ffcc66;
}

.Reading {
	font-size: 8pt; 
	font-style: italic; 
	color: #ddccff;
	line-height: 1.5;
}

.Proof {
	color: #ff6666;
}

.FormFieldHeadings {
	font-size : 8pt;
	color : #333300;
	font-weight : bold;
}

.FormFields {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #000000;
	background-color : #ffffff;
}

.FormFieldsRadio {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #000000;
	background-color : transparent;
}

.FormFieldsBlue {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #0000ff;
}

.FormFieldsGreen {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #333300;
}

.FormSubmitError {
	font-size : 8pt;
	color : #cc0000;
	font-weight : bold;
}

.FormSubmitOk {
	font-size : 8pt;
	color : #006600;
	font-weight : bold;
}


