<STYLE TYPE-"type/css"> 

<!--
BODY {
	background-color : #ABD2E5;
	
}
A:link {
	color: #27617C;
	text-decoration: none;
}
A:hover {color: #A08060}
A:visited {
	color: #27617C;
	text-decoration: none;
	list-style : square;
}
P {
	color: #666666;
	font-size: 10pt;
	font-family: arial;
	line-height : 1.4;
}

ul {
	list-style-position: outside;
    list-style-type: square;
	color: #666666;
	font-size: 10pt;
	font-family: arial;
	line-height : 1.4;
}

.small {
	color: #27617C;
	font-size: 7pt;
	font-family: arial;
	line-height : 1.4;
}

H1 {font-size: 24pt; font-family: arial}
H2 {font-size: 18pt; font-family: arial}
H3 {font-size: 8pt; font-family: arial; color: #27617C}
--> 

</STYLE>