@charset "utf-8";
/* CSS Document */
body {
	background-color: #2c2d28;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 0px;
	margin-right: 0px;
}
.top-menu-bg {
	background-image: url(../images/top-menu-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.top-menu {
	background-color: #a6ba00;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #889801;
}
body,td,th {
	color: #292824;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 22px;
}
a:link {
	color: #889801;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #889801;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
.orange {DISPLAY: none}

.box-image {
	background-color: #FFF;
	padding: 2px;
	border: 3px solid #e7e7db;
}
h1 {
	font-size: 18px;
	color: #889801;
}.side-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F5F6E8;
	background-color: #88887E;
	text-indent: 12px;
	text-align: left;
}

 .recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#f5f6e8 !important; //reCaptcha widget background color
 }
 
 #recaptcha_table {
   border-color: #f5f6e8 !important; //reCaptcha widget border color
 }
 
 #recaptcha_response_field {
   border-color: #cccccc !important; //Text input field border color
   background-color:#f5f6e8 !important; //Text input field background color
 }


