A { 
	font-weight : bold; 
	text-decoration : none; 
	color : #FF8C00; 
} 
 
A:HOVER { 
	text-decoration : underline; 
} 
 
TD, P, BODY { 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	color : Black; 
} 
 
.title { 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-weight : bold; 
	font-size : 20px; 
	color : Black; 
} 

.lead { 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-weight : bold; 
	font-size : 16px; 
	color : Black; 
} 

.txt { 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-weight : bold; 
	font-size : 14px; 
	color : Black; 
}