BODY, TD {
	font-family : sans-serif ;
	color : Black;
}
 
A {
	color: blue;
	text-decoration : underline;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

A:Hover {
	color: #0000CD;
	text-decoration : underline;
}

TD.Text {
	font-family : "Times New Roman", Times, serif;
	color : Black;
}

TD.Header {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Black;
    font-weight: bold;
	font-size : 19px;
}

TD.Nav {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	}

H1, H2, H3, H4 { 

	color: Black; 
	padding: 4px;
	width: 100%;
}

