BODY {
	font-family : Arial;
	font-size: 16px;
	text-align: justify;
	background-color : #D2D2D2;
	color : #00007F;
	margin-left : 10;
	margin-right : 8;
}

A:ACTIVE {
	color : #FF0000;
}

A:LINK{
	color : #0000FF;
	text-decoration: none;
}

A.hlink:LINK {
	color : #0000FF;
	text-decoration: none;
}

A:VISITED {
	color : #007F00;
}

A.hlink:VISITED {
	color : #007F00;
	text-decoration: none;
}

INPUT {
	font-family : Courier;
}

INPUT.button{
	font-family : Arial;
}

TD {
	font-family : Arial;
	font-size: 16px;
	color : #00007F;
}

H1 {
	font-size: 26pt;
}

H2 {
	font-size: 18pt;
}

H3 {
	font-size: 14pt;
}

UL {
	list-style-type : disc;
}

SMALL {
	font-size: 10pt;
}

.ErrorMessage {
	color : Red;
}
