UL, BODY, P {
	background-color : #CCCCFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
LI {
	list-style-type : circle;
}

 
H1 {
	font : normal 16pt Arial, Helvetica, sans-serif;
	color : White;
	margin-bottom : 0;
	background : Blue;
	padding : 12pt;
	text-align : center;
}

H2 {
	font : bold 12pt Arial, Helvetica, sans-serif;
	color : White;
	margin-bottom : 0;
	background : Blue;
	padding : 10pt;
	text-align : center;
}
}
H3 {
	font : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11pt;
	color : Blue;
	font-weight : bold;
	text-align : center;
}

SMALL {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

A, A:ACTIVE, A:FOCUS, A:LINK, A:VISITED {
	text-decoration : none;
}

A:HOVER {
	text-decoration : underline;
}
STRONG {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font : bold;
	color : Blue;
}

