.normalText { 
		font-size: 11pt; 	
		font-family : "Century Gothic", "Letter Gothic", Tahoma, 
			"Courier New", sans-serif; 
	}
.normalBoldText { 
		font-size: 12pt; 	
		font-family : "Century Gothic", "Letter Gothic", Tahoma, 
			"Courier New", sans-serif; 
		font-weight: bolder;
	}
.smallText { 
		font-size: 9pt; 	
		font-family : "Century Gothic", "Letter Gothic", Tahoma, 
			"Courier New", sans-serif; 
	}
H1 {  
		font-size: 28pt; 	
		font-family : "Century Gothic", "Letter Gothic", Tahoma, 
			"Courier New", sans-serif; 
		font-weight: bold;
		letter-spacing: 3px
}
H4 { 
		font-size: 11pt; 	
		font-family : "Century Gothic", "Letter Gothic", Tahoma, 
			"Courier New", sans-serif; 
		font-weight: normal;
	}
B { 
		font-size: 12pt; 	
		font-family : "Century Gothic", "Letter Gothic", Tahoma, 
			"Courier New", sans-serif; 
		font-weight: bolder;
	}