BODY, TD {
	background: navy;
	color : Gray;
	font-family : Arial, sans-serif;
	font-size: 10px;
	text-align: justify;
	background-color : White;
}

H2 {
	font-size: 14pt;
	color: #999999;
}

H3 {
	font-size: 13pt;
	color: Gray;
}

H4 {
	font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : Gray;
}

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

A:Hover {
	text-decoration: underline;
	color: Blue;
}

HR {
	color: blue;
	height: 1pt;
}
