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

.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 {
	font-family: Verdana; font-size: 8pt; COLOR: white; font-weight: bold; TEXT-DECORATION: none
}

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