@charset "utf-8";
/* CSS Document */

.frontpanel {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.frontpaneltitle {
	color: #70A600;
	font-weight: bold;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-top: 0px;
}
a:link {
	color: #70A600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #70A600;
}
a:hover {
	text-decoration: underline;
	color: #70A600;
}
a:active {
	text-decoration: none;
	color: #70A600;
}
.header {
	font-size: 16px;
	color: #999999;
	font-weight: bold;
}
.header2 {
	font-size: 14px;
	color: #70A600;
	font-weight: bold;
}
.header3 {
	font-size: 14px;
	color: #999999;
	font-weight: bold;
}
.greenbold {
	font-size: 12px;
	color: #9EB944;
	font-weight: bold;
	font-style: italic;
}
.quote {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #70A600;
	font-weight: bold;
}
.grayquote {
	font-size: 12px;
	color: #70A600;
	
}
#dropmenudiv{
	position:absolute;
	line-height:18px;
	z-index:100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border: 1px solid #FFFFFF;
}

#dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #DFDFDF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #B1CB21;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
