H1 {
	color : Navy;
	font-weight : bold;
	text-align : center;
	font-size : x-large;
	margin-top : 4px;
	margin-bottom : 1px;
	font-family : "Times New Roman", Times, serif;

}

H2 {
	text-align : center;
	font-size : 8pt;
	font-weight : normal;
	padding-bottom : 1px;
	padding-left : 1px;
	padding-right : 1px;
	padding-top : 1px;
}

H3 {
	text-align : center;
	padding-top : 1px;
	padding-bottom : 1px;
	font-size : small;
	font-weight : normal;
	font-family : "Times New Roman", Times, serif;
}

H4 {
	text-align : left;
	padding-top : 1px;
	padding-bottom : 1px;
	font-size : small;
	font-weight : normal;
	font-family : "Times New Roman", Times, serif;
}


input, select, textarea {
	font-size: 12px;
}

A:VISITED {
	color : Blue;
	text-decoration : none;
}

BODY {
	color : Black;
	background-color : white;
	font-family : verdana;
	font-size : 10pt;
	text-align : left;
	margin-top : 2px;
	margin-left : 3px;
	margin-right : 3px;
	margin-bottom : 2px;
}

BODY,P,DL,DT,DD,TD,TH,LI,UL,OL {
	font-family:verdana;
	font-size:10pt;
	}

A {
	color : Blue;
	text-decoration : none;
}

A:HOVER {
	color : Maroon;
	text-decoration : underline;
	background-color : #DBE7FF;
}

.whiteline {
	background-color : White;
	padding-bottom : 1px;
	padding-top : 1px;
	text-align : left;
	font-size : small;
}
