.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	
/*	font-size: x-small;*/
font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	background-color: #e6e7e8; 

	text-decoration: none;
}

.bodytextCOI {
	font-family: Arial, Helvetica, sans-serif;
	
/*	font-size: x-small;*/
font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	background-color: #ECE6D0; 

	text-decoration: none;
}



.heading {
	font-family: Georgia;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
}
.heading_ital {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
	color: #333333;
	text-decoration: none;
}


.style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	background-color: #e6e7e8; 
}
.style4 {
	color: #666666;
	font-weight: bold;
	background-color: #e6e7e8; 
}

.style3COI {
	color: #333333;
	font-size: medium;
	background-color: #ECE6D0;
	font-weight: bold;
}

a.mainnav { text-decoration:none; color: #666666; } 
a.mainnav:hover { text-decoration: underline; color: #000000; }
