.style5 {
	font-size: 9pt;
	font-weight: bold;
	color: #333300;
	line-height: 12pt;
}
.style6 {
	font-size: 9pt;
	font-style: italic;
	color: #333300;
	line-height: 12pt;
}
.style7 {font-size: 10pt}
.style8 {
	color: #003300;
	font-weight: bold;
}
.style9 {
	font-size: 8pt;
	font-weight: bold;
}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	background-color: #FFFFFF;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #006633;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003333;
}
a:hover {
	text-decoration: underline;
	color: #009900;
}
a:active {
	text-decoration: none;
	color: #666633;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16pt;
	color: #006633;
}
h2 {
	font-size: 14pt;
	color: #006633;
}
h3 {
	font-size: 12pt;
	color: #006633;
}
h4 {
	font-size: 10pt;
	color: #000000;
}
h5 {
	font-size: 10pt;
	color: #333300;
}
.style1 {
	color: #FFFFFF;
	font-size: 11pt;
}
.style2 {
	font-size: 16px;
	color: #000000;
}
.style3 {font-size: 14px}
.style4 {font-size: 8pt; }
/** email form**/

#emailformwrapper{
	width: 350px;
	background-color: #669900;
	padding: 5px;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 15px;
}
#emailform div.row {
	clear: both;
	padding-top: 15px;
  }

#emailform div.row span.label {
	float: left;
	width: 90px;
	text-align: right;
  }

#emailform div.row span.formw {
	float: right;
	width: 250px;
	text-align: left;
  } 
#emailform div.spacer {
	clear: both;
}
#emailformwrapper #emailform {
	margin-top: 0px;
	margin-bottom: 0px;
}
#formIEContainer {
	height: auto;
	width: 360px;
	margin-right: auto;
	margin-left: auto;
}
/**end of email form *****/
