@charset "utf-8";
/* CSS Document */
/* dotted image border fix */
a img { border:none }
a:active, a:link, a:visited
{
color:#84B3DD;
outline: none;
text-decoration:none;
}
a:hover
{
color:#33CC66;
outline: none;
text-decoration:none;
}
/* Mozilla dotted image border fix */
:focus
{
  -moz-outline-style: none;
}
/**/
p{
padding:0;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height:16px;
}
/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold_home	{ 
	position:relative; overflow:hidden;
	width:240px; height:190px; 
 	z-index:100; 
	left:0px; top:4px; 
	}
div#wn_home	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:240px; height:190px; 
	clip:rect(0px, 240px, 255px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div#hold	{ 
	position:relative; overflow:hidden;
	width:240px; height:190px; 
 	z-index:100; 
	left:0px; top:4px; 
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:240px; height:190px; 
	clip:rect(0px, 240px, 255px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.content {
	position:absolute;
	left:3px;
	top:3px;
	z-index:1;
	width: 225px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height:16px;
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left:0; top:9;
  width:11px; height:175px; 
  font-size:1px; z-index:1;
  }
div#track {
	position:absolute;
	left:0px;
	top:0px;
	width:11px;
	height:153px;
	background: url("../images/track.gif") #336 repeat;
	z-index:1;
  }
div#dragBar {
	position:absolute;
	left:1px;
	top:1px;
	width:9px;
	height:40px;
	background-color:#a9c9f4;
	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 }  
.ttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height:15px;
	}
td#lWin{ padding-left:38px;padding-right:5px;padding-top:0px; background-color:#FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:16px;
	}
td#lWin_Home{ padding-left:38px;padding-right:5px;padding-top:0px; margin:0px; margin-top:-1px; background-color:#FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:15px;
	}
body  { overflow:hidden; text-align:center }
div.content { text-align:left }