H1 {
	font-size : 24px;
	font-weight : bold;
	color : #FF0000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

H2 {
	font-weight : bold;
	color : #3300cc;
	font-size : 18px;
	font-family : Arial, Helvetica, sans-serif;
}
H3 {
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #000080;
}

H4 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #3300cc;
}
H5 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : normal;
}
H6 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #000080;
}

P, DL, DT, OL, LI, TD{
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
}

.xbold {
	color : Red;
	font-size : 16px;
	font-weight : bold;
}

A {
	font-size :12px;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color: Navy;

}

A:HOVER {
	color : Red;
	text-decoration : underline;
}

.body_anchor {
	text-decoration : underline;
	color: Navy;
}

