DIV {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
BODY {
		background-color: #999999;
		color: #000000;
    font-family: tahoma, helvetica;
    font-size: 8pt;
    font-weight: normal;
}
P, FORM, TABLE, TD {
    color: #000000;
    font-family: tahoma, helvetica;
    font-size: 11px;
    font-weight: normal;
		margin: 5px;
}
SELECT, INPUT, TEXTAREA {
    color: #000000;
    font-family: tahoma, helvetica;
    font-size: 8pt;
    font-weight: normal;
}
H1 {
	font-family: tahoma, helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	margin-left: 5px;
	margin-bottom: 0px;
}
H2 {
	font-family: tahoma, helvetica;
	font-size: 11px;
	font-weight: bold;
	margin-left: 5px;
	margin-bottom: 5px;
}
LI {
	margin-left: -5px;
}
A {
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}
A:HOVER {
	color: #FF6600;
}
.error {
	color: #FF0000;
	font-weight: bold;
}