h1 {
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: #006633;
	font-weight: bold;
	margin: 5px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	text-transform: none;
	font-family: "Trebuchet MS";
	color: #006633;
	margin: 5px;
	padding-left: 10px;
}

p {
	font-size: 10pt;
	font-weight: normal;
	font-family: "Trebuchet MS";
	color: #4A634A;
	text-align: justify;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
h6 {
	font-size: 9px;
	text-transform: uppercase;
	color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4A634A;
	margin-top: 5px;
	padding-top: 10px;
	margin-bottom: 5px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFCB;
}

a:link {
	color: #030;
	text-decoration: none;
}
a:hover {
	color: #00FF33;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
a:visited {
	color: #090;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.bullets {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	color: #006633;
	list-style-position: outside;
	list-style-type: square;
}
address {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
}
