h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3em;
	color: #006633;
	font-weight: bold;
	margin: 5px;
}
h2 {
	font-size: 2em;
	font-weight: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #006633;
	margin: 5px;
	padding-left: 10px;
}

p {
	font-size: 1.3em;
	font-weight: normal;
	font-family: "Trebuchet MS";
	color: #4A634A;
	text-align: justify;
	padding-top: 5px;
	padding-right: 0px;
	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: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #063;
	margin-top: 5px;
	padding-top: 10px;
	margin-bottom: 5px;
	border-left: 25px;
}
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: 1.3em;
	font-style: normal;
	color: #006633;
	list-style-position: inside;
	list-style-type: square;
	text-align: left;
}
address {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
}

