@charset "utf-8";
/* CSS Document */



body {
	background-color: #74a633;
	color:White;
	font-family:Tahoma;
	font-size:10;
	
}
HTML{
   scrollbar-face-color:#74a633;
	scrollbar-arrow-color:#6a6a33;
	scrollbar-track-color:#74a633;
	scrollbar-shadow-color:#6a6a33;
	scrollbar-highlight-color:#74a633;
	scrollbar-3dlight-color:#6a6a33;
	scrollbar-darkshadow-Color:#74a633;
	}

.normtxt{
font-family:Tahoma;
font-size:12px;
color:#FFFFFF;
}
.bnormtxt{
font-family:Tahoma;
font-size:12px;
color:black;
}
div#scrollingtext {
	position: relative;
	width:300px;
	height:220px;
	overflow: auto;
	margin-bottom:0em;
}
div#scrollingtable {
	
	width:90%;
	height:250px;
	overflow: auto;
	margin-bottom:0em;
	ov
	
}
div#scrollingpics {
    position:relative;
	width:150px;
	height:220px;
	overflow:auto;
	margin-bottom:2em;
	top: 0px;
	right: -6px;
}
div#scrollingtext2 {
	position: fixed;
	
	width:350px;
	height:300px;
	overflow: auto;
	margin-bottom:3em;
	margin-top:0;

}
div#scrollingtext3 {
	position: fixed;	
	height:220px;
	overflow: auto;
	margin-bottom:3em;
	margin-top:0;
}
div#scrollingtext4 {
	position: relative;
	width:265px;
	height:220px;
	overflow: auto;
	margin-bottom:0em;
}
div#picoverlap {
   position:fixed;
   z-index:1;
   left:0px;
   top:10px;
   margin-bottom:3em;
}
div#navigation{
	position:fixed;
	left:0px;
	bottom:0px;
	margin-bottom:10px;
	}
.textBox{
margin-left:10px;
margin-right:10px;
}

.textBox2{
margin-left:10px;
}
.menu{
font-family: Verdana;
letter-spacing:2px;
font-size:10px;
color:#FFFFFF;
}
a{
text-decoration:none;
color:#FFFFFF;
}
a:hover{
text-decoration:none;
color:#333333;
}
.picbrdr{
border:1px solid #6a6a33;
}
button
{
	font-family:Tahoma;
	font-size:8;
}
.table
{
	border:solid 1px #6a6a33;
	margin-bottom:5px;
	}
* html div#fixme-bottom {position: absolute;
top:expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop
+(documentElement.clientHeight-this.clientHeight) 
: document.body.scrollTop
+(document.body.clientHeight-this.clientHeight));}
