 
body { 
background-color: #000000; 
font-family: Arial, Verdana, sans-serif; 
font-size: 12px; 
color: #000000;
margin:0;
}

P {
font-family: Arial, Verdana, sans-serif; 
font-size: 12px; 
color: #000000;
}

TD {
font-family: Arial, Verdana, sans-serif; 
font-size: 12px; 
color: #000000;
}

A:link		{color: #333344;
font-size: 12px; }
A:visited	{color: #222244;
font-size: 12px; }
A:active	{color: #116666;
font-size: 12px; }
A:hover		{color: #664466;
font-size: 12px; }

H2	{font-weight: bold;
	 text-align: left;
	 color: #444444;
	 font-family: Arial}
H3	{font-weight: bold;
	 text-align: left;
	 color: #ffffff;
	 font-family: Arial}

   
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
	}

hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:1px;
	margin-bottom:25px;
	}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: grey;
visibility: hidden;
font-size: 12px;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#sidebar li {
   			list-style: square;
   			indent
   			font-size:12px;
   			color:#bbbbbb;
			}

#sidebar ul { 
     		background:#333333;
     		border: solid 1px #666666;
   			font-size:10px
     		}
     
#sidebar ul ul {
     		border: solid 0px #666666;
     			background:#333333;
     			font-size:10px;
     			}

#sidebar p	{
			font-size:10px;
			color:#ffffff
			}

#sidebar A:link		{color: #eeeeee;font-size: 10px; }
#sidebar A:visited	{color: #ffffff;font-size: 10px; }
#sidebar A:active	{color: #ee44ff;font-size: 10px; }
#sidebar A:hover	{color: #cc7743;font-size: 10px; }

