BODY, TD {
	background: #FFFFFF;
	color : black;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}

H2 {
	font-size: 14pt;
	color: Navy;
	font-style : normal;
	font-variant : small-caps;
	font-weight : 300;
	font-family : sans-serif;
	letter-spacing : 5px;
	vertical-align : bottom;
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: Navy;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
}

H4 {
	font-family: sans-serif;
	font-size: xx-small;
}

A {
	color: blue;
	text-decoration : none;
}

A:Hover {
	color: Red;
}

A:Visited{
	color: navy;
}

HR {
	height: .5pt;
	color: black;
}