BODY, TD {
	background: #000000;
	color: Gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: left;
}

TABLE {
	background-color: Black;
	font-size: x-small;
}

H2 {
	font-size: 14pt;
}

H3 {
	font-size: 15pt;
	font-style: italic;
	font-family: sans-serif;
}

H4 {
    font-family: sans-serif;
    font-size: small;
}

A {
	color: #1644A6;

}

A:Hover {
	color: #0A7BDB;
}

A:Visited {
	color: #0A7BDB;
}

HR {
	height: 1pt;
}


