body {
  font-family: Arial, Helvetica, sans-serif;
}
.PageBk {
	background-color: #B9D532;
	background-image: url(images/Page_BK.jpg);
	background-repeat: repeat-x;
}
.GreyBK {
	background-color: #FFFFFF;
	background-image: url(images/DkGreyBK.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 12px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}
.ltGreBk {
	background-image: url(images/LtGrey-BK.jpg);
	background-repeat: repeat-x;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #A1C105;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
a:link {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	color: #669900;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.footer a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.footer a:visited {
	color: #363636;
	text-decoration: none;
}
.footer a:hover {
	font-weight: bold;
	color: #363636;
	text-decoration: underline;
}
.footer a:active {
	color: #363636;
	text-decoration: none;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
}
.sb-text {
	margin: 5px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #A1C105;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}
.table-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
}
.table-hd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #a1c105;
}
.table-hd2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	background-color: #e8e8e8;
}
.border {
	border: 1px solid #999999;
	padding: 5px;
	margin: 15px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 14px;
}
.PageBk2 {
	background-color: #7A9304;
	background-image: url(images/Page_BK.jpg);
	background-repeat: repeat-x;
}
.border2 {
	border: 1px solid #CCCCCC;
	padding: 0px;
	margin: 5px 0px 0px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
}


.navbar {
  overflow: hidden;
  background-color: #7c7c7c;
text-transform: uppercase;
}

.navbar a {
  float: left;
  font-size: 12px;
  color: white;
  text-align: center;
  padding: 9px 9px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 12px;
	font-weight: 600;
  border: none;
  outline: none;
  color: white;
  padding: 9px 9px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
	text-transform: uppercase;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #B9D532;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #7c7c7c;
  padding: 9px 9px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}
