@charset "utf-8";
/* CSS Document */

  
  body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #000;
}
body,td,th {
 
	font-family: Tahoma, Geneva, sans-serif;
 
}
 a{ color: #6ea0d1;
	 font-size:11px;
	 font-family:Tahoma, Geneva, sans-serif;
	 letter-spacing:1px;
	 }
 
a:link {
	color: #ccc;
	 
	text-decoration: none;
}
a:visited {
	color: #ccc;
	 
	text-decoration: none;
}
a:hover {
	 	
	color: #6ea0d1;
	text-decoration: none;

}
a:active {
	color: #6ea0d1;
	 
	text-decoration: none;
}

.padding {padding-left:12px;}

.style1 {color: #FFFFFF}
.style2 {font-size: 9px}



#scrollbox2 {
    overflow: auto;
    width: 500px;
    height: 100%px;
    padding: 0 5px;
    border: 0px solid #b7b7b7;
}

#scrollbox2 p {
    width: 600px;
}

.vertical-track2 {
    width: 17px;
    background: #e4e6e3;
    border: 1px solid #dfdfdd;
}

.vertical-handle2 {
    width: 17px;
}

.vertical-handle2 .top {
    width: 17px;
    height: 17px;
 background: url(images/green-vert-scrollbar.png) no-repeat;

}

.vertical-handle2 .bottom {
    width: 17px;
    height: 100%;
    position: absolute;
    bottom: 0;
    clip: rect(17px 17px 9999px 0);
  background: url(images/green-vert-scrollbar.png) no-repeat 0 bottom;
}

.horizontal-track2 {
    width: 100%;
    height: 17px;
    background: #e4e6e3;
    border: 1px solid #dfdfdd;
}

.horizontal-handle2 {
    height: 17px;
}

.horizontal-handle2 .left {
    width: 17px;
    height: 17px;
   background: url(images/green-horiz-scrollbar.png) no-repeat;
}

.horizontal-handle2 .right {
    width: 100%;
    height: 17px;
    position: absolute;
    right: 0;
    top: 0;
    clip: rect(0 9999px 17px 17px);
   images/green-horiz-scrollbar.png) no-repeat right 0;
}

.corner2 {
    width: 17px;
    height: 17px;
    background: #e4e6e3;
    border: 1px solid #dfdfdd; 
}
