body
{
	font-family					: tahoma, verdana, arial, sans-serif;
	background-color			: #000000;
	
	scrollbar-face-color		: #5569AB;
	scrollbar-shadow-color		: #5569AB;
	scrollbar-highlight-color	: #5569AB; 
	scrollbar-3dlight-color		: #828892;
	scrollbar-darkshadow-color	: #5569AB;
	scrollbar-track-color		: #303B60;
	scrollbar-arrow-color		: #B5BEDB;
}

table.frame
{
	background-color			: #B5BEDB;
}

table.background
{
	background-color			: #303B60;
	vertical-align				: top;
}

table.menu th
{
  background-color : #5569AB;
  color 		   : #FFFFFF;
  font-size 	   : 12px;
  font-weight	   : bold;
  text-align	   : left;
}

table.menu td
{
  background-color : #303B60;
  color 		   : #FFFFFF;  
  font-size 	   : 12px;
  font-weight	   : normal;
  text-align	   : right;
  line-height	   : 20px;
}

table.content
{
}

table.content th
{
  background-color : #5569AB;
  color 		   : #FFFFFF;
  font-size 	   : 13px;
  font-weight	   : bold;
  text-align	   : left;
}

table.content td
{
  background-color : #303B60;
  color 		   : #FFFFFF;  
  font-size 	   : 12px;
  font-weight	   : normal;
}

table.head
{
}

table.head td
{
  background-color : #5569AB;
  color 		   : #FFFFFF;  
  font-size 	   : 15px;
  font-weight	   : bold;
}

a
{
	color			 : #FFFFFF;
	text-decoration  : none;
}

a:hover
{
	color			 : #CCCCCC;
	text-decoration  : none;
}

