p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color:black;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	list-style: circle;
}
h1 {
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: larger;
	border-bottom : thin solid #000000;
}
h2 {
	font-weight: bold;
	color: #333000;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
}
h3 {
	font-weight: bold;
	color: #333300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
}
h5 {
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: larger;
}

hr {
border: 0;
color: 556b2f;
background-color: 556b2f;
height: 1px;
width: 100%;
}


A {	font-weight : bold; color:556b2f;}
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline overline; color: 556b2f;}

.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.nav a:link { text-decoration: none; color: white; }
.nav a:visited { text-decoration: none; color: white; }
.nav a:active { text-decoration: none; color: 9eac5b;}
.nav a:hover {	text-decoration: underline overline; color: 9eac5b;
}

.smalltext { font-family: Arial, Helvetica, sans-serif; font-size: xx-small; color:black; }
.smaller { font-family: Arial, Helvetica, sans-serif; font-size: x-small; color:black; }

