H1 {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: Gray;
}
H2 {
	font-family : Verdana, Tahoma, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : Black;
}
H3 {
	font-family : Verdana, Tahoma, sans-serif;
	font-size : 12px;
	font-weight : bolder;
	color : Navy;
	}
H4 {
	font-family : Verdana, Tahoma, sans-serif;
	font-size : 9px;
	font-weight : normal;
	color : Navy;
}
P {
	font-family : Verdana, Tahoma, sans-serif;
	font-size : 12px;
	text-align : justify;
}
TD {
	font-family : Verdana, Tahoma, sans-serif;
	font-size : 12px;
}
UL {
	font-family : Verdana, Tahoma, sans-serif;
	font-size : 12px;
	list-style-type : disc;
}
A:LINK {
	font-family: Verdana, Tahoma, sans-serif;
	color : Navy;
	font-style : normal;
	text-decoration : none;
}
A:VISITED {
	font-family: Verdana, Tahoma, sans-serif;
	color : Navy;
	font-style : normal;
	text-decoration : none;
}
A:HOVER {
	font-family: Verdana, Tahoma, sans-serif;
	color : Red;
	font-style : normal;
	text-decoration : none;
}
