body {
	background-color: #8D917A;
	margin: 0;
}

div#scrollbar {
    display:block; /* initially display:none; to hide from incapable */

    }

div#wn	{ 
    position:relative;
    width:470px; height:340px;
    overflow:hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666;
	margin: 0;
	padding: 0;
	margin-top: -2px;


	}
	
td { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666;
	text-decoration: none;
	}
	td a { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666;
	text-decoration: none;
	}
		td a:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #8F141E;
	text-decoration: none;
	}
    
div#scrollbar { 
  position:relative;
  width:11px; height:327px;

	margin-top: -15px;
  font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
  }
  

	
	
	
div#track { 
  position:absolute; left:0; top:12px;
  width:11px; height:310px;
  background: #F7F5E9;
  }
div#dragBar {
  position:absolute; left:1px; top:0px;
  width:9px; height:12px;
  background-color:#C8C5BF;
  }  
div#up { position:absolute; left:0; top:0; }  
div#down { position:absolute; left:0; bottom:0; }

/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#up, div#down {
    -moz-user-select: none;
    -khtml-user-select: none;
}


/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img {
    display:block; 
    } 
