A {
	font-size: 10pt;
	font-weight: bold;
	font-family: arial, helvetica;
	text-decoration: none;
	color: #CC3300;
}

A:hover {
	text-decoration: underline;
}

A:active {
	color: #CCCC33;
}

A:visited {
	font-weight: normal;
	color: #003333;
}

TH, TD, P, BODY, OL, UL, LI, BLOCKQUOTE, DIV {
	font-size: 10pt;
	font-family: arial, helvetica;
	color: #000000;
}

BODY {
	background: #FFFFFF;
}

.footer {
	font-size: 8pt;
	font-family: arial, helvetica;
	color: #000000;
}

PRE {
	font-family: courier new, courier;
}


