 
body{
	background-color: #000000;
	background-repeat:no-repeat;
	margin-left: 0px;
	margin-top: 0px;
}


table {
	background-repeat:no-repeat;
	color:#ffffff;
	}
	
td.text {
	color:#ffffff;
	font-size:0.65em;
	font-family: verdana,sans-serif,verdana,Geneva, Helvetica;
	}
	
a{
text-decoration:underline;
font-weight:bold;
color:#861c2f;
}

a img { border:none;  }

a:hover{
color:#861c2f;
font-weight:bold;
text-decoration:underline;
}

.center {
	text-align: center;
}
/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold{ 
	position:relative; overflow:hidden;
	width:560px; height:200px; 
    z-index:5; 
	}
div#wn{ 
	position:absolute; 
	left:30px; top:10px; 
	width:530px; height:180px; 
	clip:rect(0px, 530px, 180px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.content { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:1; 
	}
/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left:30; top:10;
  width:11px; height:180px; 
  font-size:1px; z-index:1;
  }
div#track { 
  position:absolute; left:0; top:14px;
  width:16px; height:153px;
  background: url("../images/bar_bg.gif") #336 repeat;
  z-index:1
  }
div#dragBar {
  position:absolute; left:0px; top:0px;
  width:16px; height:17px;
  background: url("../images/bar.gif") no-repeat;
  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 }


