BODY {
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

A:link {
	font-weight : bold;
	font-size : 10pt;
	color : #FF9933;
	text-decoration : none;
}
A:HOVER {
	background-color : #FFFFCC;
	text-decoration : underline;
}

A:ACTIVE {
	color : Red;
	background-color : transparent;
}

A:VISITED {
	color : #FF9933;
	font-weight : normal;
	font-style : italic;
}

P {
}

H1 {
	color : #FF9966;
	font-size : 16pt;
	font-weight : bold;
	background-color : #FFFFCC;
	text-indent : 5pt;
}

TABLE {
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
