
body

{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: rgb(0,0,0);
	background-color: rgb(234,227,199); 
}

a img {border: none; 
} 

a:link {
	text-decoration: none; 
	color: rgb(95,131,113);
	background-color: rgb(234,227,199);
	font-size: 8pt; 
	font-weight: bold; 
}

a:visited {
	text-decoration: underline; 
	color: rgb(95,131,113);
	background-color: rgb(234,227,199);
	font-size: 8pt; font-weight: bold; 
}

a:hover {
	text-decoration: none;
	color: rgb(51, 153, 102);
	background-color: rgb(234,227,199); 
}

a:active {
	color: rgb(95,131,113);
	background-color: rgb(234,227,199); 
	font-weight:bold; 
} 


p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:10pt; 
	color: rgb(0,0,0); 
	background-color: rgb(234,227,199); 
}




h1 {font-family: Arial, Helvetica, sans-serif;  
}
h2, h3, h4, h5, h6 {font-family: Arial, Helvetica, sans-serif; 
}


h1 { font-size: 24pt; font-weight: bold; background-color: rgb(234,227,199); color: rgb(133,168,150); 
}
h2 {	font-size: 18pt; font-weight: bold; background-color: rgb(234,227,199); color: rgb(133,168,150); 
}
h3 { font-size: 12pt; font-weight: bold; background-color: rgb(234,227,199);  color: rgb(95,131,113); 
}
h4 {	font-size: 12pt; font-weight: bold; background-color: rgb(234,227,199); color: rgb(95,131,113); 
}
h5 {	font-size: 10pt; font-weight: bold; background-color: rgb(234,227,199); color: rgb(0,0,0); 
}
h6 {font-size: 8pt; font-weight:bold; background-color: rgb(234,227,199); color: rgb(0,0,0); 
}


hr {background-color: rgb(234,227,199); color: rgb(51,153,102); 
}