html, body {
	height:100%;
	margin:0px;
	padding:0px; 
	background-color: #ffffff;
}
html { 
    height: 100.02%;
    /* border: 1px solid black; */
} 
body{
scrollbar-arrow-color: #ffffff;
scrollbar-3dlight-color: #89D3AE;
scrollbar-darkshadow-color: #002110;
scrollbar-face-color: #004E27;
scrollbar-highlight-color: #1C6B44;
scrollbar-shadow-color: #00381C;
scrollbar-track-color: #e7e5cf;
/*background-image:url(images/bg_fade.gif);
background-repeat:repeat-x;*/
}
a:link {
	color: #0072bc;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	color: #0072bc;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #006f36;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a:active {
	color: #0072bc;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;

}
.hdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0072bc;
	font-weight:bold;
}
.subhdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004e27;
	font-weight:bold;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.copygrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
.copysm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.footer a:link {
	color: #999999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.footer a:visited {
	color: #999999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.footer a:hover {
	color: #111111;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
.footer a:active {
	color: #999999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;

}

.maintable {
margin-top: 20px;
background-color: #ffffff;
border: 3px solid #ffffff;
}

#contentscroller {
height:460px;
width:372px;
overflow:auto;
}

/* START LIGHTBOX */

#lbxscroller{
	width:660px;
	height:350px;
	overflow:auto;
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 940px;
	background-color: #ffffff;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#lightboxpositioner{
	position: absolute;
	top: 25%;
	left: 50%;
	margin-left:-350px;
	overflow:visible;
	z-index:1002;
}
.white_content {
	display: none;
	position: absolute;
	width: 700px;
	height: 540px;
	padding: 0px;
	border: 2px solid #0072bc;
	background-color: white;
	z-index:1003;
	overflow: auto;
}

/* END LIGHTBOX */
