
	td{
		font-family: arial;
		font-size: 13px;
		color: #016fb0;
		}
		
	.footer{
		font-size: 10px;
		color: #ffffff;
		}
		
	h1 {
		font-size: 20px;
		margin-top: 4px;
		margin-bottom: 3px;
		color: #f2702e;
		font-style:italic;}

	h2 {
		font-size: 16px;
		margin-top: 2px;
		margin-bottom: 3px;
		color: #006699;}
		
	h3 {
		font-size: 14px;
		margin-top: 10px;
		margin-bottom: 3px;
		color: #336699;}
		

	a:link {color: #9999cc;}
	a:visited {color: #f2702e;}
	a:hover {color: #f2702e;}
	a:active {color: #016fb0;} 
	
	a.nav1:link {color: #016fb0;}
	*:link {text-decoration: none;}
	a.nav1:visited {color: #016fb0;}
	*:visited {text-decoration: none;}
	a.nav1:hover {color: #ff9900;}
	*:hover{text-decoration: underline;}
	a.nav1:active {color: #016fb0;} 
	*:active {text-decoration: none;}
	
	a.nav2:link {color: #ff9900;}
	*:link {text-decoration: none;}
	a.nav2:visited {color: #ff9900;}
	*:visited {text-decoration: none;}
	a.nav2:hover {color: #003399;}
	*:hover{text-decoration: none;}
	a.nav2:active {color: #ff9900;} 
	*:active {text-decoration: none;}
	
	body{
	background-color:#99ccff;
	background-image: url(images/body-bknd.jpg);
	background-repeat: repeat-x;
	background-position: top;}
	
	.nav{
	background-image: url(images/blue.gif);}
	
	.content-bknd{
	background-image: url(images/content-bknd.jpg);}
	
	


#box{
overflow: scroll;
}

div#hold	{ 
	position:relative; overflow:hidden;
	width:550px; height:350px; 
  	z-index:100; 
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:550px; height:350px; 
	clip:rect (0px, 550px, 370px, 0px,);
	overflow:hidden;	
	z-index:0;
	
	}
div.content { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:0; 
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left:0; top:0;
  width:20px; height:370px; 
  font-size:1px; z-index:1;
  }
div#track { 
  position:absolute; left:0; top:22px;
  width:20px; height:327px;
  background: url(images/track.gif) #336 repeat;
  z-index:1;
  }
div#dragBar {
  position:absolute; left:0px; top:0px;
  width:18px; height:21px;
  background: url(images/track-bar.gif) repeat;
  opacity: 0.6;
  
  z-index:0;
  }  
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 }  

/* Styles for demo, not necessary for scrolling layers */    
a img { border:none }


div.box{ 
font-size: 11px;
width:185px;
padding: 5pt;
border:1px solid #336699;
float: right;
margin-left: 10px;
}