body{
	margin:0px 0px 0px 0px;
	background-color:#42444D;
 	scrollbar-face-color: #8B8D98;
    scrollbar-arrow-color: #3C3F48;
    scrollbar-track-color: #3C3F48;
    scrollbar-shadow-color: #8B8D98;
    scrollbar-highlight-color: #8B8D98;
    scrollbar-3dlight-color: #3C3F48;
    scrollbar-darkshadow-color: #3C3F48;
	}
	
td			{font-family:tahoma;font-size:11px;color:#999999;line-height:20px}
textarea	{font-family:tahoma;font-size:11px;background-color:#3C3F48;color:#CCCCCC;padding:5px;border: 1px solid #666666}

.left		{width:313px;height:100%;background-color:#42444D;color:#999999}
.middle		{width:501px;height:100%;background-color:#3C3F48;border-left:1px solid #464952;border-right:1px solid #464952}
.right		{width:100%x;height:100%;background-color:#42444D}

.listbox		{font-family:tahoma;font-size:11px;color:#8B8D98;background-color:#3C3F48;border:1px solid #3C3F48;width:200px}	
.button			{font-family:tahoma;font-size:11px;color:#539FC4;cursor:hand;height:20px;background-color:#3C3F48;border:1px solid #999999}
.button_grey	{font-family:tahoma;font-size:11px;color:#63666F;cursor:hand;height:20px;background-color:#42444D;border:1px solid #63666F}
.input			{font-family:tahoma;font-size:11px;padding-left:3px;color:#999999;height:20px;background-color:#3C3F48;border:1px solid #666666}		
.input_grey		{font-family:tahoma;font-size:11px;padding-left:3px;color:#999999;height:20px;background-color:#42444D;border:1px solid #666666}		


a:link	 	{font-family: tahoma;font-size: 11px;color:#999999;text-decoration:none}
a:active 	{font-family: tahoma;font-size: 11px;color:#999999;text-decoration:none}
a:visited	{font-family: tahoma;font-size: 11px;color:#999999;text-decoration:none}
a:hover 	{font-family: tahoma;font-size: 11px;color:#539FC4;text-decoration:none}

a.orange:link	 	{font-family: tahoma;font-size: 11px;color:#999999;text-decoration:none}
a.orange:active 	{font-family: tahoma;font-size: 11px;color:#999999;text-decoration:none}
a.orange:visited	{font-family: tahoma;font-size: 11px;color:#999999;text-decoration:none}
a.orange:hover 		{font-family: tahoma;font-size: 11px;color:#FF9900;text-decoration:none}

.img, a.img, a.img img 			{filter: Alpha(opacity=80); -moz-opacity: 0.8} 
a.img:hover, a.img:hover img	{filter: Alpha(opacity=100); -moz-opacity: 1.0} 

#menu 
{
	text-align: center;
	height: 22px;	
	font: 11px verdana, arial, sans-serif;	
	margin: 15px 0px 5px 0px;
	background-image: url('../graphics/menu_bg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
}

#menu a 
{
	height: 22px;	
	background-image: url('../graphics/menu_tab_off.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	text-decoration: none;
	margin-right: 5px; 
	padding:3px 10px 15px 15px;
	color: #999999;
}
#menu a#current
{
	height: 22px;	
	background-image: url('../graphics/menu_tab_on.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	color: #539FC4;
}

#menu a:hover
{
	height: 22px;	
	background-image: url('../graphics/menu_tab_on.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	color: #539FC4;
}	