@charset "UTF-8";
body  {
	padding: 0;
	color: #666666;
	font-family: Georgia, Times, serif;
	float: none;
	margin: 0px;
}
p {
	padding: 0px;
	font-size: .85em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.5em;
} 
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: normal;
	color: #000000;
	text-align: left;
	margin-top: 4px;
	margin-bottom: 0px;
}
h2  { color: #ffffff; font-size: 0.8em; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; background-color: #008038; text-align: left; margin-top: 20px; margin-bottom: 0; padding: 0.2em 0.6em 0.1em }
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 0px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 0px;
}
a:link, a:visited  { color: #008038; font-size: 0.8em; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; line-height: 1.5em; text-decoration: none; text-align: left; text-transform: none }
a:hover, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.5em;
	text-decoration: none;
	text-align: left;
	color: #000000;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.wraptext {
	float: right;
	clear: none;
}
.imgleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
} 
.style1 {
	color: #000000;
	font-weight: bold;
	font-size: .7em;
}
.style2 {
	color: #666666;
	font-weight: normal;
	font-size: .7em;
}
.style3 {
	color: #666666;
	font-weight: normal;
	font-size: .85em;
}
.style4 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: .7em;
}
.italic {
	color: #666666;
	font-weight: normal;
	font-size: 0.8em;
	font-style: italic;
}
.link {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	font-size: .9em;
	line-height: 1.5em;
	text-decoration: none;
	text-align: left;
	color: #000000;
}