A:hover { color: #CC0000 }
A:link { color: #0000FF }
A:active { color: #CC0000 }
A:visited { color: #006600 }

BODY, H1, H2, H3, TD, TH, UL, OL, LI, P, DD, DT, DL {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.mainnav {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

.subnav {
	font-size: 8pt;
	text-decoration: none;
}

.highlight {
	font-size: 18pt;
	font-weight: bold;
	color: "#666666";
}

.text_highlight {
	font-size: 8pt;
}

.footer {
	font-size: 8pt;
}

.table_title {
	font-size: 10pt;
	font-weight : bold;
	font-style : italic;
}

TD, UL, OL, LI, DD, DT, DL {
	font-size: 10pt;
	color : black;
}

P {
	font-size: 10pt;
	color : navy;
}

BLOCKQUOTE {
	font-size: 8pt;
	color : black;
}

TH {
	font-size : 10pt;
	font-weight : bold;
	font-style : normal;
	color : black;
}

H1 {
	font-size : 16pt;
	color : black;
}

H2 {
	font-size : 14pt;
	color : black;
}

H3 {
	font-size : 12pt;
	color : black;
}

A.h:hover {
	color: "#FF0000";
}