body{

background-color:#F7F9DF;
margin-top:0px;
	scrollbar-face-color: #ccd6df; 			/* Moving part of scroll bar and arrow surround*/
	scrollbar-track-color: #e3e8ee;   		/* Track */
	scrollbar-arrow-color: #cccccc;   		/* Arrows */
	scrollbar-3Dlight-color: #ccd6df;  		/* Outer top/left of moving part of scroll bar and arrow surround*/							    scrollbar-highlight-color: #ffffff;  	/* Inner top/left of moving part of scroll bar and arrow surround*/
	scrollbar-shadow-color: #43759c;  		/* Inner bottom/right of moving part of scroll bar and arrow surround*/
	scrollbar-darkshadow-color: #ffffff ; 	/* Outer bottom/right of moving part of scroll bar and arrow surround*/


}

#global {
	position:absolute;
	left: 50%;
	width: 780px;
	margin-left: -390px; half of the width 
	top: 0px;
}

.title{
	font-weight:bold;
	font-size:11px;
	color:#3e6e93;
}

.tabletext{
	font-weight:normal;
	font-size:11px;
	color:#3e6e93;
}

a:visited{
color:#3e6e93;
font-weight:bold;
text-decoration:underline;
}

a:link{
color: #3e6e93; 
font-weight:bold;
text-decoration:underline;
}

a:active{
color: #3e6e93;
text-decoration: none;
text-decoration:underline;
}

a:hover{
color:#003399;
font-weight:bold;
text-decoration:underline;
}

.stylelinks {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

a.stylelinks:hover{font-weight:bold; text-decoration:underline; color:#ffffff;}


