A:LINK {
	color : #0000ff;
	text-decoration: none;
}

:LINK:HOVER {
	color:#0000ff;
	text-decoration: underline;
}

A:VISITED {
	color : #0000ff;
	text-decoration: none;
}

A:ACTIVE {
	color : Red;
}

BODY, TD {
	color : #003399;
	font-family : Verdana, Arial, sans-serif;
	font-size : 9pt;
}

H1 {
	font-size : 14pt;
	margin-bottom: 0em;
}

H2 {
	font-size : 12pt;
	margin-bottom: 0em;
}

H3 {
	font-size : 10pt;
	margin-bottom: 0em;
}

H4 {
	font-size : 8pt;
	margin-bottom: 0em;
}

