BODY {
   scrollbar-face-color: black; /* 3A3B25 */
   scrollbar-shadow-color: #191A10; 
   scrollbar-highlight-color: #C2D5B0; 
   scrollbar-3dlight-color: #000000; 
   scrollbar-darkshadow-color: #031401; 
   scrollbar-track-color: #9c9c8c; 
   scrollbar-arrow-color: #ffcc00;
}
/* 
A:link
{  
	text-decoration: none;
}
A:visited
{
    text-decoration: none;
}
A:active
{
    FONT-WEIGHT: bold;
}
A:visited
{
    FONT-WEIGHT: normal;
    text-decoration: none;
}
A:hover
{   
	text-decoration: underline;
	color:white;
} 
*/

TH
{
    BACKGROUND-COLOR: #191A10;
    BORDER: thin dotted black;
    COLOR: white;
    FONT-FAMILY: Century Gothic, Tempus Sans ITC, Eras Demi ITC, Georgia, 'Calisto MT';
    FONT-SIZE: medium;
    PADDING-LEFT: 5PX;
    PADDING-RIGHT: 5PX;        
}
TR
{
    padding-top: 10px;
    TEXT-ALIGN: left;
}
TD
{
    padding-left: 10px;
    padding-right: 10px;    
}
HR
{
    COLOR: #191A10;
}

.borderless {
   BORDER: none;
}
.menu {
   color:white;   
   background-color:black;
   font-family: Century Gothic,Verdana,Helvetica,Tahoma;
   font-size:16px;
   font-weight:bold;
}   
.fancy_button {
   font-family: Tahoma, Verdana, Arial ,'ocr A Extended',Fixedsys;
   font-size: 12px;
   font-weight: bold;
   text-align: center;
}
.title {   
   color: orange; /*active-color*/
   font-family: Century Gothic, Verdana,Tahoma,Helvetica;
   font-size:28px;
   text-transform: uppercase;   
   padding-top: 20px;
   padding-bottom: 20px;
}   

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	color: #CCCCCC;
}
.darker-color {
/*	background-color: #253317;  
background-color: #031401; */
background-color: #191A10; 
}
.active-color {
   color: #C2D5B0;
}
.lighter-color {
		/*background-color: #374D22;
background-color: #1B280F; 
background-color: #595A39; */
background-color: #3A3B25; 
}
.main-table
{
    /*    BORDER: solid;
COLOR: #CCBE8F;
    FONT-FAMILY: Tempus Sans ITC, Eras Demi ITC, Georgia, 'Calisto MT';
    FONT-SIZE: medium; */
    PADDING-LEFT: 5PX;
    PADDING-RIGHT: 5PX; 	       
   font-family: Verdana,Tahoma;
   font-size:13px;
   font-weight:normal;
 width:98%;    
 height:100%;
}
.button {
   font-family: Tahoma, Verdana, Arial ,'ocr A Extended',Fixedsys;
   font-size: 12px;
   font-weight: bold;
   text-align: center;
   background-color: #3A3B25;    
   color:white;
}
.text-box {
   font-family: Verdana, Tahoma, Arial ,'ocr A Extended',Fixedsys;
   font-size: 10px;
   font-weight: bold;
   height:20px;
}
.text-area {
   font-family: Verdana, Tahoma, Arial ,'ocr A Extended',Fixedsys;
   font-size: 10px;
   font-weight: bold;
}
.divisor {
	padding-left:10px;
	padding-right:10px;
}