

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.inputbox {
	background: #D4DFB2;
	border: solid 1px #97A762;
	
	height: 22px;
}

a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}

div#hold	{ 
	position:relative; overflow:hidden;
	width:480px; height:233px; z-index:100; /**/
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:480px; height:233px; 
	clip:rect(0px, 485px, 233px, 0px); 
	/*clip: auto;*/
	overflow:hidden;	
	z-index:1; 
	}
div#lyr1 { 
	position:absolute; 
	left:0px; top:0px; 
	z-index:1; 
}


.content {
	scrollbar-3dlight-color: #CAD3AD;
	scrollbar-darkshadow-color: #56622F;
	scrollbar-shadow-color: #56622F;
	scrollbar-base-color: #8A9A56;
	scrollbar-highlight-color: #8A9A56;
	scrollbar-arrow-color: #CADC92;
	scrollbar-face-color: #8A9A56;
    scrollbar-track-color: #CADC92;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 3px;
	
}
.header-table {
	padding-top: 8px;
}

.menu-section {
	font-family: BeachbuoyBold;
	font-size: 14px;
	color: #000000;
}
.menu-section:hover {
	color: #D3430A;
	text-decoration:none;
}
.menu-section-lg {
	font-family: BeachbuoyBold;
	color: #000000;
	font-size: 14px;
	/*font-weight: bold;*/
}
.menu-section-text {
	color: #000000;
	font-size: 12px;

}
.menu-section-item {
	font-family: BeachbuoyBold;
	color: #D3430A;
	font-size: 13px;

}
