p {
	font: 10pt Arial, Helvetica, sans-serif;
}
li {
	font: 10pt Arial, Helvetica, sans-serif;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #008000;
}
.center {
	text-align: center;
}
.navheader {
	font-weight: bold;
	color: #999999;
	text-transform: uppercase;
	text-decoration: none;


}
a:link {
	font-weight: bold;
	color: #582c00;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #582c00;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #008000;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.boldgreen {
	font-weight: bold;
	color: #008000;
}
.bold-italic {
	font-style: italic;
	font-weight: bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #008000;
}
.bold-white {
	font-weight: bold;
	color: #ffffff;
}
.bold-red {
	font-weight: bold;
	color: #dc143c;
}
dl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.italic {
	font-style: italic;
}
