/* CSS Document */
body{
	padding:0; margin:0; background:url(images/HLreader.jpg) no-repeat #042431;
	
	cursor : s-resize ; scrollbar-arrow-color:F3B154;
	scrollbar-track-color:011016;
	scrollbar-shadow-color:011016;
	scrollbar-face-color:011016;
	scrollbar-highlight-color:74808C;
	scrollbar-darkshadow-color:74808C;
	scrollbar-3dlight-color:011016;
 	}
ul{
	list-style-type:none;
	}
.blank{
	font-size:0px; clear:both; line-height:0px;
	}

/*-------------left side------*/
#leftPan{
	margin:40px 0 0 2px; width:400px;  	
	}
#leftPan h2{
	background: url(pdf-icon_frei.gif) no-repeat 0 0 ; color:#74808C; width:400px; height:34px; display:block;
	margin:2px 0 0 15px; font: normal 16px Arial, Helvetica, sans-serif; padding: 15px 0 0 40px;
	}
#leftPan ul{
	width:400px; display:block; margin:3px 0 24px 25px; font-size:0;
	}
#leftPan ul li{
	background: url(left_side_arrow.gif) no-repeat 0 5px; padding: 0 0 0 11px; display:block; height:24px;
	}
#leftPan ul li a{
	font: 12px/24px Arial, Helvetica, sans-serif; color:#B6B6B5; text-decoration:none; background-color:#042431 opacity:.50; filter: alpha(opacity=50); -moz-opacity: 0.5;
	}
#leftPan ul li a:hover{
	background-color:#053245; font: bold 12px/24px Arial, Helvetica, sans-serif; color:#F59436;
	}

