/* CSS Document */
body {
	text-align: center;
	min-width: 800px;
}

/*#wrapper {
	margin:0 auto;
	width:800px;
	text-align: left;
}*/

#wrapper {
	position:absolute;
	left: 50%;
	width: 780px;
	margin-left: -490px; 
	top: 10px;
}



.divscroll {
	overflow-y:scroll; 
	padding:10px;
	border:2px; 
	border-bottom-width:1px; 
	border-bottom-style:solid; 
	border-bottom-color:#77919E; 
	border-top-width:1px; 
	border-top-style:solid; 
	border-top-color:#77919E; 
	border-left-width:1px; 
	border-left-style:solid; 
	border-left-color:#77919E; 
	padding-left:10px;  
	padding-top:10px; 
	padding-right:10px; 
	padding-bottom:10px; 
	scrollbar-face-color: #1e85cc;
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #00C0C0;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: transparent; 
	scrollbar-width: 5px;
 }

.style1 {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

.bodytext{
	position:absolute;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:justify;
}
	