body {margin:4;padding:0; background-color: #00700E}
.warningText{
	margin: 0px;
	border: 1px solid gray;
	font-family: verdana;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	background-color: #8C0F0F;
	width: 80%;
	padding:10px;
}

.disclaimerText{
	font-size:7pt;
	color:#B28EE3;
}
.inputtext{
	margin: 0px;
	border: 1px solid gray;
	font-family: arial;
	font-size: 11px;
	background-image: url('/img/input_bg.gif');
	background-repeat: repeat-x;
	width: 145px;

}
.selectbox{
	font-family: arial;
	font-size: 11px;
}

.loginForm{
	width:160px;
}
.loginForm #email, #password{
	width: 128px;	
}
.nav td{
	background-image: url('/img/nav_glyph.gif');
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-right: 15px;
	font-family: arial;
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-align: center;
}

.nav a {
	font-family: arial;
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.nav a:hover {
	font-family: arial;
	font-size: 11px;
	color: #BEE0BF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}


#navdivider{
	background-image: url('/img/nav_divider.gif');
	background-repeat: no-repeat;
	width: 350px;
}

.bodytext{
	font-family: arial;
	font-size: 11px;
	color: #333333;
}

.headertext{
	font-family: arial;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	background-color: #eeebdf;
}
.headertext a{
	margin-left:10px;
	font-family: arial;
	font-size: 10px;
	color: #527253;
	font-weight: bold;
}
.headertext div{
	border-bottom: 2px solid #F4F2E8;
	padding:5px;
}
div.headerunderline{
	color: #5C9C5F;
	width: 160px;
	margin: 0px;
	border-bottom: 1px solid #c5cc26;
	font-size: 11px;
	font-family:verdana,arial,tahoma;
	text-align:left;
	width:100%;
	font-weight:bold;
	padding:2px;
}
.right{
	text-align:right;
}
.center{
	text-align:center;
}
select.req_text{
	background-color:#CFF3C3;
}
select.req_error_text{
	background-color:#FFB7B7;
}
select.text{
	background-color:#EAE6CD;
}
input.req_text,textarea.req_text,span.req_text{
	margin: 0px;
	border: 1px solid gray;
	font-family: arial;
	font-size: 11px;
	color: #000000;
	background-image: url('/img/input_bg_req.gif');
	width: 145px;
}
input.text,textarea.text{
	margin: 0px;
	border: 1px solid gray;
	font-family: arial;
	font-size: 11px;
	background-image: url('/img/input_bg.gif');
	width: 145px;
}
input.req_error_text,textarea.req_error_text,span.req_error_text{
	margin: 0px;
	border: 1px solid gray;
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #8C0F0F;
	width: 145px;
}
.faqQuestion{
	height: 5px;
	font-family: arial;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	padding-left:5px;
}
.faqAnswer{
	font-family: arial;
	font-size: 11px;
	color: #333333;
	padding-left: 10px;
	margin-left:15px;	
	padding-bottom: 10px;
}
.FAQ_Cell{
	text-align:left;
	border-bottom: 1px dashed #537253;
	margin-bottom:10px;
}

.homeFeatures {
	font-family: arial;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}


.colored_cell{
	background-color: #EEEBDF;
}
/* GRID CONTROL CLASS*/
.gridControl table{
	border-left:1px solid #CDCDC4;
	border-top:1px solid #CDCDC4;
	border-collapse:collapse;
	font-family:tahoma,verdana;
	font-size:8pt;
	width:100%;
}
.gridControl  td{
	border-right:1px solid #CDCDC4;
	border-bottom:1px solid #CDCDC4;
	padding:2px;
	color:#565C5C;
	background-color:#EEEBDF;
}
.gridControl thead tr{
	background-image:url('/img/nav_bg.gif'); 
	background-repeat: repeat-x;
	background-position:center left;
	color:#ffffff;
	text-align:left;
	font-size:8pt;
}
.gridControl thead div{
	background-image: url('/img/nav_glyph.gif');
	background-repeat: no-repeat;
	background-position:center left;
	color:#ffffff;
	text-align:left;
	font-size:8pt;
	padding-left:25px;
	padding-right:2px;	
	display:inline;
	z-index:-1;
	text-transform: uppercase;

}
.gridControl thead td{
	display:inline;
	text-align:left;
}
.gridControl .oddRow{
	background-color:C8F7EE;
}
.gridControl .halfGrid{
	width:50%;
}

/* END GRID CONTROL CLASS*/

.button{
	background-image:url('/img/nav_bg.gif'); 
	background-repeat: repeat-x;
	background-position:center left;
	border:0px;
	color:#ffffff;
	text-transform:lowercase;
	font-weight:bold;
	font-size:9pt;
	
}
@media print{
	#MainContent{display:inline;padding:0in;margin:0in;overflow:visible;scollbars:none;overflow-x:none;}
	#OuterControl{display:none;padding:0in;margin:0in;}
	.WindowStyleTableDark{border:0px solid black;}
	.WindowStyleTableLight{border:0px solid black;}
	.hiddenprintcontent{display:none}
	.unhiddenprintcontent{display:inline;}
	.Landscape{size:landscape;}
}
