<style type="text/css"> 

BODY{background-color: #666666;}

body,table,td,tr{font-size: 13px; font-family: verdana;}

table#nav	{
	background: transparent;
	}

table#nav td	{
	font: 11px verdana, arial, sans-serif;
	text-align: center;
	background: #EBEBEB;
	font-weight: bold;
	text-decoration: none;
		}

table#nav td a	{
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
	}
	
#nav td a:link, #nav td a:visited {
	background: transparent;
	display: block;
	margin: 0;
	width: 100%;
	line-height: 25px;
	} 

#nav td a:hover {
	color: #666;
	background: #ffffff;
	} 
	
#nav td a:link {
	font-weight : bold; 
	text-decoration : none;
	color: #fff;
	background: #CC0000; 
	}

#nav td a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #fff;
	background: #CC0000; 
	}

#nav td a:hover {
	font-weight : bold; 
	text-decoration : none;
	color: #000;
	background: #999999; 
	}
	

a:link {
	font-weight : bold; 
	text-decoration : none;
	color: #CC0000;
	background: transparent; 
	}

a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #CC0000;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : none;
	color: #000000;
	background: transparent; 
	}


	</style>