

.leftCol   { 
	font-size: 11px; 
	line-height: 19px; 
	left:50px;
	width: 317px; 
	height: 158px; 
	overflow: hidden;
	text-align:left;
	position:absolute;
	padding:0px;
	margin:0px;
	top:15px;

	}



/* IE */
* html .leftCol {
	height: 154px;
	
}

.rightCol { 
	font-size: 11px; 
	line-height: 19px; 
 	left:392px;
	width: 315px; 
	height: 134px; 
	overflow: hidden;
	text-align:left;
	position:absolute;
	padding:0px;
	margin:0px;
	top:15px;
}

.leftCol P, .rightCol P{
		margin:0px;
	}
	


/* IE */
* html .righttCol {
	height: 148px;
}


#pagebrowser {
	left: 685px;
	top: 154px;
	position:absolute;
	width:25px;
	height:158;
	padding:0px;
	margin:0px;
	z-index:55555;
}

#next {
	background: url('icons/icn_next.gif') no-repeat scroll top left;
	width: 6px;
	height: 11px;
	float:right;
	padding-left:3px;
	padding-right:3px;
	cursor:pointer;
	text-align:right;
}


#prev {
	background: url('icons/icn_prev.gif') no-repeat scroll top left;
	width: 6px;
	height: 11px;
	float:left;
	cursor:pointer;
	padding-left:3px;
	padding-right:2px;

}

#page10, #page9, #page8, #page7, #page6, #page5, #page4, #page3, #page2 {
	display:none;
}