<STYLE>
	.normalWHITE {  
	font-family: Verdana; 
	font-size: 10pt; 
	color: white
	}
	.boldWHITE {  
		font-family: Verdana; 
		font-size: 10pt; 
		color: white; 
		font-weight: bold
	}
	
	.normalBlack {  
		font-family: Verdana; 
		font-size: 10pt; 
		color: maroon
	}
	.boldBlack {  
		font-family: Verdana; 
		font-size: 10pt; 
		color: maroon; 
		font-weight: bold
	}
	
	.normalsmallBlack {  
		font-family: Verdana; 
		font-size: 8pt; 
		color: maroon
	}
	.boldsmallBlack {  
		font-family: Verdana; 
		font-size: 8pt; 
		color: Black; 
		font-weight: maroon
	}
	
	.normalSmallWhite {  
		font-family: Verdana; 
		font-size: 8pt; 
		color: White
	}
	.boldSmallWhite {  
		font-family: Verdana; 
		font-size: 8pt; 
		color: White; 
		font-weight: bold
	}
	
	
	A {
		font-family: Verdana; 
		font-size: 10pt; 
		COLOR: navy; 
		font-weight: normal; 
		TEXT-DECORATION: none
	}
	
	A:hover {
		font-family: Verdana; 
		font-size: 10pt; 
		COLOR: red; 
		font-weight: normal; 
		TEXT-DECORATION: underline
	}
</STYLE>
