/* CSS JET style */

body {
	background: #6C846A url(/images/setup/background.jpg) top center no-repeat;
	margin-left: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow:auto;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	overflow:auto;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: none;
}
/* -------------------------------------------------------------------------- FONTS */
.headings {
	font-size: 24px;
	color:#666666;
}
.headings2 {
	font-size: 18px;
	font-weight: bold;
	color:#666666;
}
.headings3 {
	font-size: 16px; 
	font-weight: bold; 
	color: #2C382E; 
	}
.headings4 {
	font-size: 16px; 
	font-weight: bold; 
	color: #FFFFFF; 
	}
.headings5 {
	font-size: 24px; 
	color: #FFFFFF; 
	}		
.tabletop {
	font-size: 11px; 
	font-weight: bold; 
	color: #2C382E; 
	}
.tabletext {
	font-size: 11px;  
	color: #2C382E; 
	}	
.Legends {
	font-size: 10px;
	font-style: italic;
}

/* ------------------------------------------------------------------------- LAYER */
#GroupA, #GroupB, #GroupC, #GroupD, #GroupE, #GroupF {
width:100%;
	overflow-y: auto;
	overflow-x: none;
	scrollbar-size: 15px;
	scrollbar-face-color:#F7F6F2;
	scrollbar-base-color:#FFFFFF;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-Color:#FFFFFF;
}