P  {}

H1  {}

H2  {}

H3  {}

A  {
	color : #ff6600;
	text-decoration : none;
}

A:Visited  {
	color : #cc3300;
	text-decoration : none;
}

A:Active  {
	color : #663333;
	text-decoration : none;
}

A:Hover  {
	color : Red;
	text-decoration : none;
}

BODY  {}

.dark  {
	font-size : 8pt;
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	color : #000099;
	text-decoration : none;
}

.light  {
	font-size : 8pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : White;
	text-decoration : none;
}

.green  {
	font-size : 8pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #999900;
	text-decoration : none;
}

.copy  {
	font-size : 6pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #99cc99;
	text-decoration : none;
}

.bold  {
	font-size : 12pt;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : #000099;
	text-decoration : none;
}

.thead  {
	font-size : 12pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	text-decoration : none;
}

.lean  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : bold;
	font-style : Italic;
	color : #000099;
	text-decoration : none;
}