td#TscrollLinks  { width:12px }
a img { border:none }
/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{ 
	position:absolute; overflow:hidden;
	left:75px; top:88px;
	width:390px; height:232px; 
  	z-index:5; 
	}

div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:390px; height:232px; 
	clip:rect(0px, 390px, 232px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.content { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:2; 
	text-align:justify;
	font:11px Arial;
	color:#666666;
	}

div.content p{
	margin-top:0px;
	font: 11px Arial;
	color:#666666;
	letter-spacing:0.03em;
	text-align:justify;
}

div.content h1{
	font: 14px Arial;
	font-weight:bold;
	color:#283b60;
	color:#333333;
	letter-spacing:0.03em;
	letter-spacing:-0.03em;
	text-align:left;
	margin:20px 0px 1px 0px;
}

div.content .subtext{
	margin-left:20px;
	display:block;
}

div.content .subtext h1{
	font: 12px Arial;
	font-weight:bold;
    color:#333333;
	letter-spacing:0em;
}


/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:absolute; left:44px; bottom:48px;
  width:11px; height:232px; 
  font-size:1px; z-index:0;
  }
div#track { 
  position:relative; left:0; top:12px;
  width:11px; height:208px;
  background-color:#cccccc;
  z-index:1;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#333333;
  z-index:1;
  }  
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 }  

