body{
	background-color: #000000;
	background-repeat: repeat-x;
}

body, td, tr{
	scrollbar-face-color: #222222;
	scrollbar-highlight-color: #222222;
	scrollbar-3dlight-color: #FFCC00;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #222222;
	scrollbar-arrow-color: #FFCC00;
	scrollbar-track-color: #000000;

	cursor: default;
	font: 11px verdana, arial, helvetica, serif;
    color: #FFCC00;

}

a:link, a:active, a:visited{
	color: #ffffff;
	font-weight: none;
    text-decoration: none;
}


a:hover{
	color: #FFCC00;
	font-weight: none;
    text-decoration: none;
}

/* form elements */
.text
{
	font: 10px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	background-color: #111111;
	color: #ffffff;
}
.submit
{
	border-right: #555555 1px solid;     border-top: #555555 1px solid;       border-left: #555555 1px solid;       border-bottom: #555555 1px solid;     font-size: 10px;     font-family: verdana;     color: white;     background-color: #000000;
}
input 
{  
border-right: #555555 1px solid;     border-top: #555555 1px solid;       border-left: #555555 1px solid;       border-bottom: #555555 1px solid;     font-size: 10px;     font-family: verdana;     color: white;     background-color: #000000;
}
select 
{  
border-right: #555555 1px solid;     border-top: #555555 1px solid;       border-left: #555555 1px solid;       border-bottom: #555555 1px solid;     font-size: 10px;     font-family: verdana;     color: white;     background-color: #000000;
}

   .menu:link, .menu:visited
   {
	color: #ffffff;
    font-size: 8pt;
    font-weight: none;
    text-decoration: none;
   }
   .menu:hover, menu:active
   {
	color: #FFCC00;
    font-weight: none;
    text-decoration: none;
   }
   
   .newstitle 
   { 
   vertical-align: middle;
   font-weight: bold;
   padding: 5px 0px 8px 5px;
   color: #FFCC00;
   background-color: #222222;
   }

