.header {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	font-weight: bolder; 
	color: #FF0000;
}
.body {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000;
}
.bodybold {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: bolder; 
	color: #000000;
}
.indent {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000; 
	list-style-position: outside; 
	list-style-type: circle;
}
.headerK {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	font-weight: bold; 
	color: #000000;
}
.links {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	color: #FF0000; 
	text-decoration: none;
}
a.links:link { 
	color: #FF0000 ; 
	text-decoration: underline;
}
a.links:visited { 
	color: #FF0000 ; 
	text-decoration: underline;
}
a.links:hover { 
	color : #FF0000 ; 
	text-decoration : underline ;
}
a.links:active { 
	color: #FF0000 ; 
	text-decoration : none ; 
}