body { 

	background: #3A3A3A;
	margin: 4;
	padding: 0;
}



td { 

	font-family: "Tahoma", "Verdana", "Arial"; 
	font-size: 11px; 
	line-height: 140%; 
	color: #FFFFFF; 
}



A:link {

	color: #99CCFF; 
	text-decoration:none;
}



A:visited {

	color: #99CCFF; 
	text-decoration:none;
}



A:hover {

	color: #FF7200;
	text-decoration:underline;
}



.blank {

	font-size: 1pt;
}



.img_border {

	border-style: solid; 
	border-color: #99CCFF;
}


.line {

	font-size: 1pt;
	background-color: #666666;
}		



.banner {

	font-size: 11pt;
	color: #CCFF99;
	font-weight:bold;
}



.title {

	font-size: 12px;
	color: #CCFF99;
}

.list_title {

	font-size: 8.5pt;
	color: #FFFFFF;
}

#menu {

	float: left;
	margin: 10px;
	padding: 0;
	}

#menu ul {

	margin: 0;
	
	}
	
#menu li {
    display: inline;
	margin-bottom: 22px;
}

#menu li a {

	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #99CCFF;
		
}	
	
#menu li a:hover {

	color: #CCFF99;
}