A:LINK 		{color: #007B00}
A:VISITED 	{color: #007B00}
A:ACTIVE	{color: black}

.green	{color:#008000}

BODY {
		font-family: Arial, Helvetica, Sans-serif;
		font-size: 10pt;
		color: black;
		background-color: white;
		text-align: left;
		margin: 0px;
}

TD {
		font-family: Arial, Helvetica, Sans-serif;
		font-size: 10pt;
		color: black;
}

P { 
		font-family: Arial, Helvetica, Sans-serif;
		font-size: 10pt;
}

TH {
		font-family: Arial, Helvetica, Sans-serif;
		font-size: 10pt;
		font-weight: 600;
		text-decoration: bold;
		color: #008000;
}
.sidetext {
		color: #007B00;
		background-color: #FEF78F;
		font-size: 8pt;
}

.srchtbhd {
		color: #007B00;
		background-color: #FEF78F;
		font-weight: 600;
}

.srchtboddrw {
		color: black;
		background-color: white;
		font-size: 9pt;
}

.srchtbevenrw {
		color: #007B00;
		background-color: white;
		font-size: 9pt;
}

.speakertext {
		color: white;
		font-size: 9pt;
}

.smllfnt2 {
		color: white;
		font-size: 8pt;
}

.speakertext2 {
		color: black;
		font-size: 9pt;
}

.grheading {
		font-family: Arial, Helvetica, Sans-serif;
		font-size: 10pt;
		font-weight: 600;
		text-decoration: bold;
		background-color: #007B00;
		color: #FEF78F;
		font-style: italic;
}
.yelheading {
		font-family: Arial, Helvetica, Sans-serif;
		font-size: 10pt;
		font-weight: 600;
		text-decoration: bold;
		background-color: #FEF78F;
		color: #007B00;
		font-style: italic;
}
.subheading {
		font-family: Arial, Helvetica, Sans-serif;
		font-size: 10pt;
		font-weight: 600;
		text-decoration: bold;
		color: black;
}
.heading {
		font-family: Arial, Helvetica, Sans-serif;
		font-size: 11pt;
		font-weight: 600;
		text-decoration: bold;
		color: #007B00;
}
.sidegr {
		font-family: Arial, Helvetica, Sans-serif;
		font-size: 8pt;
		color: #007B00;
}
.sideyel	{
		font-family: Arial, Helvetica, Sans-serif;
		font-size: 8pt;
		color:#FEF78F;
}

.sidewhi	{
		font-family: Arial, Helvetica, Sans-serif;
		font-size: 8pt;
		color: white;
}

#SmllFnt {
		font-size: 8pt;
}
.smllfnt{
		font-size: 8pt;
}
HR 	{
		width: 70%;
		float: center;
}

UL 	{
		list-style-position: outside;
		list-style-type: circles;
		font-family: Arial, Helvetica, Sans-serif;
		font-size: 9pt;
}

.footer {
		color: gray;
		font-size: 8pt;
}
		

#dropmenudiv {
	position:absolute;
	border:1px solid #007B00;
	border-bottom-width: 0;
	font:normal 10px Arial;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #007B00;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #FEF78F;
}