@charset "UTF-8";
.background {
	background-image: url(Lee_bg.gif);
	background-repeat: repeat-x;
}
.text {
	font-family: Futura;
	font-size: 13px;
	color: #000000;
	text-indent: 5px;
	word-spacing: normal;
	background-image: url(images/map_border.gif);
	line-height: 20px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
}
.text-noborder {
	font-family: Futura;
	font-size: 13px;
	line-height: 16px;
}
.textscroll {
	overflow: auto;
	font-family: Futura;
	font-size: 13px;
	line-height: 16px;
	background-image: url(images/map_border.gif);
	background-repeat: no-repeat;
	letter-spacing: normal;
	text-indent: 30px;
}
#scrollbar_container {  
    position:relative;  
    width:363px;  
} 
 
#scrollbar_track {  
    position:absolute;  
    top:0;  
    rightright:0;  
    height:100%;  
    width:10px;  
    background-color:transparent;  
    cursor:move;  
} 
 
#scrollbar_handle {  
    width:10px;  
    background-color:#5c92e7;  
    cursor:move;  
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    opacity:0.9;  
    -moz-opacity:0.9;  
} 
 
#scrollbar_content {
	overflow:hidden;
	width:330px;
	height:3630px;
}  
