@charset "utf-8";
/* DEFAULT CLASS */
html, body{
	background-color: #000000;
	/*background-image: url(images/bg.jpg);
	background-repeat:repeat-x;*/
	margin:0px;
	height:100%;
	}
a:link, a:visited {
	color:#CCCCCC;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color:#FFFFFF;
}
/*CUSTOM CLASS */
.FF1 {font-family:Verdana, Tahoma, Trebuchet MS;}
.FF2 {font-family:Tahoma, Arial, Geneva, Helvetica;}
.FF3 {font-family:Trebuchet MS, Verdana, Tahoma;}
.FF4 {font-family:Arial, Geneva, Helvetica;}

.FS8{font-size:8px;}
.FS9{font-size:9px;}
.FS10{font-size:10px;}
.FS11{font-size:11px;}
.FS12{font-size:12px;}
.FS14{font-size:14px;}
.FS16{font-size:16px;}
.FS16{font-size:16px;}
.FS18{font-size:20px;}
.FS20{font-size:20px;}
.FS22{font-size:22px;}
.FS24{font-size:24px;}
.CL1{
	color:#FFFFFF;
}
.CL2{
	color:#CCCCCC;
}
.CL3{
	color:#999999;
}
.CL4{color:#666666;}

.BOLD{font-weight:bold;}
.PAD5{padding:5px;}
.PAD10{padding:10px;}

.POINTER {cursor:pointer;}
.CustomScrollbar { 
scrollbar-3dlight-color:#333333; 
scrollbar-arrow-color:#333333; 
scrollbar-base-color:#333333; 
scrollbar-darkshadow-color:#333333; 
scrollbar-face-color:#000000; 
scrollbar-highlight-color:#333333; 
scrollbar-shadow-color:#333333; 
scrollbar-track-color:#333333;
}

