body
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #E7EAF1;
	margin:0;
	color: #999999;
	}

div#text {
	padding-left:80px;
	padding-top: 40px;
}
div#hold	{
	position:static;
	overflow:hidden;
	left:0px;
	width:360px;
	height:370px;
	z-index:100;
	padding-left: 10px;
	}
div#wn	{
	position:relative;
	left:0px;
	right:0px;
	top:10px;
	
	width:auto;
	height:200px;
	overflow:hidden;
	z-index:1;
	}
div.content {
	position:relative;
	left:0px;
	top:0px;
	clip:rect(0px, 280px, 450px, 0px);
	z-index:1;
	}

div#scrollbar {
	position:relative;
	left:-5px;
	top:0px;
	width:8px;
	height:200px;
	font-size:1px;
	z-index:2;
  }
div#track { 
  position:absolute; left:0; top:12px;
  width:8px; height:200px;

  z-index:2;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:6px; height:200px;
  background-color:#ffffff;
  z-index:2;
  }  
div#up {
	position:static;
	left:-50px;
	z-index:2;
	margin-top: 0px;
}  
div#down {
	position:static;
	left:-50px;
	z-index:3;
	margin-top: 160px;
} 



body  { overflow:auto; text-align:left}
body, td  { font-size:12px;  color:#666666; line-height:15px}   
th	{ font-size:1.4em; text-align:left }	
a:link, a:visited {
	color:#CC6600;
	text-decoration: none;
	font-weight: normal;
}	
a img { border:none }
p { margin: 0 0 .6em 0 }
h2 { font-size:1.2em; margin:0 0 .6em 0 }
h3 { font-size:1.1em; margin:0 0 .6em 0 }
div.content { text-align:left }
table.main { 
  background-color:#eee;
  width:440px; 
  margin:auto; text-align:left;
  border:1px solid #999; 
  }

a, area {
outline: none;
}

