<STYLE TYPE="text/css">
<!--
/*main heading green*/
	H1 
	{ 
	font-size: 10pt; 
	color: #99A9B8;
	font-family: arial,sans-serif;
	}

/*black text*/	
	p 
	{ 
	font-size: 8pt; 
	color: #C4CDD4;
	font-family: arial,sans-serif;
	}

/*big blue*/	
	H2 { font-size: 14pt; color: #1326a5;
		font-face: book antiqua}
/*small blue*/	
	H3 { font-size: 5pt; color: #286FAD;
		font-face: arial}
/*small green*/	
	H4 { font-size: 13pt; color: #1b9c0a;
		font-face: book antiqua}
/*small red*/	
	H5 { font-size: 13pt; color: #b4394b;
		font-face: book antiqua}
/*small gold*/	
	p.small { font-size: 8pt; color: #f2f17a;
		font-face: book antiqua}
/*numbered list*/
	ol.decimal 
	{ 
	list-style-type: decimal
	}

	ol.alpha
	{
	list-style-type: lower-alpha
	}
/*arrowed list*/
	ul 
	{ 
	list-style-image: url("images/arrow.jpg"); 
	list-style-type: circle
	}


-->
</STYLE>
