body{
	background-image: url(../images/bg4.gif);
	background-repeat: repeat;
	/*scrollbar-3dlight-color : #9999CC;*/
	scrollbar-arrow-color : #FFCC33;
	scrollbar-base-color : #336699;
	scrollbar-darkshadow-color : #000000;
	scrollbar-face-color : #333366;
	scrollbar-highlight-color : #999999;
	scrollbar-shadow-color : #999999;
	scrollbar-track-color : #336699;
	margin: 0;
	padding: 0;
	border: 0;
}

.bodyCell {
	border-right-color: #333333;
	border-left-color: #333333;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	background-color: #FFFFFF;
}

.headCell {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;

}
.navSection {
	background-color: #336699;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	background-image: url(../images/navBg.gif);
	background-repeat: no-repeat;

}

.topEmpty {
	background-color: #FFFFFF;
	height: 13px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
}
.mainNavCell {
	background-color: #336699;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
}
.subMenuItem {
	font-family: Arial;
	font-size: 8pt;
	text-indent: 2px;
	width:174px;
	background-color : transparent;
	border-bottom : 1px solid #000033;
	/*
	border-right : 1px solid #000033;
	border-left : 1px solid #9999CC;
	*/
	border-top : 1px solid #9999CC;
	width:178px;
	height:20px;
	display:block;
}
A.subMenuItem {
	font-family: Arial;
	font-size: 8pt;
	color: #FFCC33;
	/*background-color: #666699;*/
	
	background-color:transparent;
	text-decoration:none;
	display:block;
}
A:HOVER.subMenuItem {
	font-family: Arial;
	font-size: 8pt;
	color: #333366;
	background-color: #ffcc33;
	text-decoration:none;
	border-top : 1px solid #336699;
}


.mainMenu {
	font-family: Verdana;
	font-size: 8pt;
	width: 80px;
	text-align:center;
	height:15px;
	padding-top: 2px;
	padding-bottom:2px;

}

 A.mainMenu {
	color: #FFFFFF;
	text-decoration : none;
	border-left: 1px solid #336699;
	border-right: 1px solid #336699;
	border-bottom: 1px solid #336699;
	border-top: 1px solid #336699;
	background-color:#336699;
	display:block;
}


A:HOVER.mainMenu {
	background : #333366;
	border-top: 1px solid #330000;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	color:#ffffcc;
}



.jumpMenu {
	font-family: Arial;
	font-size: 8pt;
	color: #FFCC00;
	background-color: #003366;
}
