P  {
	color : Navy;
}

H1  {}

H2  {
	font-size : small;
	font-weight : bold;
	color : Navy;
	font-family : Arial;
	text-align : center;
}

H3  {}

A  {}

A:Visited  {}

A:Active  {}

A:Hover  {}

BODY  {}

TD  {
	color : Navy;
}

TH  {
	color : Navy;
	font-weight : bold;
}

TD.required  {
	color : Navy;
	font-style : normal;	
}

H5  {
	font-size : x-small;
}

.redtext  {
	color : Red;
}

DIV  {
	background-color : Silver;
}

.required  {
	background-image : url(required.gif);
	background-position : top right;
	background-repeat : no-repeat;
}