@charset "UTF-8";
/* CSS Document */

#topLeftScrollTrack { 
	position: absolute; 
	top: 3.6em;/* left: 31.2em; */ 
	right: 30px;
	width: 0.7em; 
	height: 39em;
	margin: 0em;
	padding: 0em; 
	background: #ccc;
}
	
#topLeftScrollThumbTrack {
	position: absolute; 
	top: 0px; left: 0em; 
	width: 0.575em; 
	height: 40em;
	margin: 0em;
	overflow: visible; 
	}
		
#topLeftScrollThumb { 
	position: absolute; 
	top: 0em; left: 0em; 
	width: 0.875em; 
	height: 8.50em;
	margin: 0em;
	border: none; 
	}
	
#topLeftContentClip { 
	position: absolute; 
	top: 2.5em; left: 0em; 
	width:30em;
	height: 40em;
	margin: 0em;
	overflow: hidden;
	}
	 
#topLeftContent { 
	position: absolute; 
	top: 0em; left: 0em; 
	width: 95%;
	height: auto;
	margin: 0em;
	padding-left:3px;
	
	}
#topLeftContent a:link {
	text-decoration:none;
	color:#FFFFFF;
	}	
#topLeftContent a:visited {
	text-decoration:none;
	color:#FFFFFF;
	}
#topLeftContent a:hover {
	text-decoration:none;
	color:#999999;
	}	
#topLeftContent a:focus {
	outline:none;
	}	