.normal {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: normal; 
line-height: 16px; 
font-weight: normal; 
font-variant: normal; 
text-transform: none; 
color: #663366;
text-decoration: none;
}
.bold {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: normal; 
line-height: 16px; 
font-weight: bold; 
font-variant: normal; 
text-transform: none; 
color: #663366; 
text-decoration: none
}
.whitebold {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 10px; 
font-style: normal; 
line-height: 64px; 
font-weight: bold; 
font-variant: normal; 
text-transform: none; 
color: #FFFFFF; 
text-decoration: none
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #663366;
	text-decoration: none;
}
.whitnorm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

.boldlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #993399;
	text-decoration: underline;
}
