P  {}

H1  {}

H2  {
	font-family: Arial, serif;
	font-size: 19pt;
	color: #FF5050;
}

H3  {
	font-family: Arial, serif;
	font-size: 12pt;
	color: #3366FF;
	}

A  {
	font-weight : 600;
	color : #99CCFF;
	text-decoration : none;
	}

A:Visited  {
	font-weight : none;
	color : #99CCFF;
	text-decoration : none;
}

A:Active  {
	font-weight : none;
	color : #99CCFF;
	text-decoration : none;
}

A:Hover  {
	font-weight : 600;
	color: #FF5050;
	text-decoration : none;
	}

table{
	font-size: 10pt;
}

BODY  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	color : #99CCFF;
	text-decoration : none;
	text-align : left;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#99CCFF;
	scrollbar-3dlight-color:#00356A;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-arrow-color:#99CCFF;
	scrollbar-track-color:#333333;
}

#darkblue{color: #3366FF;}
#lightblue{color: #99CCFF;}
