.normalBlack {  
	font-family: Verdana; font-size: 10pt; color: Black
}
.boldBlack {  
	font-family: Verdana; font-size: 10pt; color: Black; font-weight: bold
}

.footerText{  
	font-family: Verdana; font-size: 7pt; color: Black
}

.normalsmallBlack {  
	font-family: Verdana; font-size: 8pt; color: Black
}
.boldsmallBlack {  
	font-family: Verdana; font-size: 8pt; color: Black; font-weight: bold
}

.normalWhite {  
	font-family: Verdana; font-size: 10pt; color: White
}
.boldWhite {  
	font-family: Verdana; font-size: 10pt; color: White; font-weight: bold
}

.normalsmallWhite {  
	font-family: Verdana; font-size: 8pt; color: White
}
.boldsmallWhite {  
	font-family: Verdana; font-size: 8pt; color: White; font-weight: bold
}


.normalsmallBrown {  
	font-family: Verdana; font-size: 8pt; color: #660000
}
.boldsmallBrown {  
	font-family: Verdana; font-size: 8pt; color: #660000; font-weight: bold
}


A.NormalLink {
	font-family: Verdana; 
	font-size: 8pt; 
	COLOR: Black; 
	font-weight: normal; 
	TEXT-DECORATION: none
}

A:hover.NormalLink {
	font-family: Verdana; 
	font-size: 8pt; 
	COLOR: white; 
	font-weight: normal; 
	TEXT-DECORATION: none
}

A {
	font-family: Verdana; font-size: 8pt; COLOR: Black; font-weight: bold; TEXT-DECORATION: none
}

A:hover {
	font-family: Verdana; font-size: 8pt; COLOR: Red; font-weight: bold; TEXT-DECORATION: underline
}