BODY {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	background-color : #000000;
	color: #FFFFFF;
}
A:LINK {
	text-decoration : none;
	font-weight : bold;
	color: #8080FF;
}
A:VISITED {
	text-decoration : none;
	font-weight : bold;
	color: #6666D7;
}
A:HOVER {
	text-decoration : underline;
}
.normaltext {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.smalltext {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.fineprint {
	font-size : 9px;
	font-family : Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.Header1 {
	font-size : 20px;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.Header2 {
	font-size : 16px;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.Header3 {
	font-size : 14px;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.error {
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : Red;
	bgcolor : #FFFFFF;
}
INPUT {
	font-size : 14px;
	font-family : courier, courier new, monospaced;
	color: #000000;
}
TEXTAREA {
	font-size : 14px;
	font-family : courier, courier new, monospaced;
	color: #000000;
}
SELECT {
	font-size : 14px;
	font-family : courier, courier new, monospaced;
	color: #000000;
}