html,body{
	height:98%;
	color:#e6e7a6;
}
table{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
}
h2{
	font-size:16px;
}
h3{
	font-size:14px;
}
a:link { text-decoration:underline;font-weight:bold;color:#e6e7a6;}
a:visited {text-decoration:underline; font-weight:bold; color:#e6e7a6;}
a:hover { text-decoration:underline;font-weight:bold;color:#e6e7a6;}
a:focus { text-decoration:underline;font-weight:bold;color:#e6e7a6;}
.butt{
	background-color:#817b44;
	border:1px solid #e6e7a6;
	width:80px;
	height:25px;
	font-weight:bold;
	font-size:14px;
	color:#e6e7a6;
}
select{
	background-color:#817b44;
	border:1px solid #e6e7a6;
	color:#e6e7a6;
	font-weight:bold;
}
.overlayer{
	background-color:#000000;
	border-top:1px solid #e6e7a6;
	border-right:1px solid #e6e7a6;
	filter: alpha(opacity=70); 
	-moz-opacity: .7;
	KhtmlOpacity: .7;
	opacity: .7;
}
.overlayer2{
	background-color:#000000;
	border-top:1px solid #e6e7a6;
	filter: alpha(opacity=70); 
	-moz-opacity: .7;
	KhtmlOpacity: .7;
	opacity: .7;
}
textarea,body,html
{
	scrollbar-face-color:#817b44;
	scrollbar-shadow-color: #e6e7a6;
	scrollbar-highlight-color:000000;
	scrollbar-3dlight-color: #e6e7a6;
	scrollbar-darkshadow-color:000000;
	scrollbar-track-color:#000000;
	scrollbar-arrow-color:#e6e7a6;
	
}
noscript{
	color:#ff0000;
	font-weight:bold;
}
hr {
	height: 1px;
	color:#e6e7a6;
	background-color:#e6e7a6;
	border: none;
}
.footnote{
	font-size:10px;
}