BODY, TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color : navy;
}

H2 {
	font-size: 14pt;
	color : navy;
}

H3 {
	font-family: sans-serif;
    font-size: small;
	color : navy;
	font-style: italic;
}

H4 {
    font-family: sans-serif;
    font-size: small;
	color : navy;
}

A {
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;

}

A:Hover {
	color: Red;
	outline-color : black;
	font-weight: bold;

}

HR {
	height: 1pt;
}

