A {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : Blue;
	font-weight : bold;
	text-decoration : none;
}

A:HOVER {
	color : Black;
	text-decoration : underline;
}

BODY  {
	font-size : 10pt;
	font-family : Arial;
	color : Black;
}
H1  {
	font-size : 12pt;
	font-family : Arial;
	color : Black;
	font-weight : bold;
}
H1.Red  {
	color : Red;
}
H2  {
	font-size : 10pt;
	font-family : Arial;
	color : Navy;
	font-weight : bold;
}
TH {
	font-size : 10pt;
	font-family : Arial;
	color : Black;
	background: DDDDDD;
}
TD {
	font-size : 9pt;
	font-family : Arial;
	color : black;
}
