p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003366;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #CC6666;
	text-decoration: none;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #003366;	
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #786DC4;	
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #003366;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #CC6666;
}
.mainnav { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: medium; 
	font-weight: bold; 
	color: #FFFFCC; 
	text-decoration: none;} 
	
.mainnav a:link { color: #FFFFCC; text-decoration: none} 
.mainnav a:visited { color: #FFFFCC; text-decoration: none} 
.mainnav a:hover { color: #003366; text-decoration: none} 
.mainnav a:active { color: #CC6666; text-decoration: none}

a:link {
	color: #6633CC;
	text-decoration: none;
}
a:visited {
	color: #6633CC;
	text-decoration: none;
}
a:hover {
	color: #CC6666;
	text-decoration: none;
}
.bodycopy {
	margin: 10px;
	padding: 0px;
	width: 90%;
}

