#cssmenu
 {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	font-size:12px;
	font-weight:bold;
	text-transform:lowercase;
	background:transparent url('images/bg.jpg') repeat-x top left;
	font-family:'Trebuchet MS',Helvetica,Arial,Verdana,sans-serif;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
}


#cssmenu li
{
	display:block;
	float:left;
	margin:0;
	pading:0;
}

#cssmenu li a
{
	display:block;
	float:left;
	color:#999999;
	text-decoration:none;
	font-weight:bold;
	padding:12px 20px 0 20px;
	height:24px;

}

#cssmenu li a:hover
{	
	color:#FFFFFF;
	background:transparent url('images/over.jpg') no-repeat top right;	
}


table {margin-left: auto; margin-right: auto; text-align: center;}
table td {padding: 2px; text-align: left; vertical-align: top;}
table th {color: gray; padding: 2px; text-align: left; vertical-align: top; font-weight: normal;}
body {color: silver; background-color: black; font-family: helvetica, sans-serif; font-style: normal; font-weight: normal; font-size: 8pt;}
p {color: silver}
.header {background-color: silver; color: black; font-weight: bold;}
a:link {color: white;}
a:visited {color: white;}
a:hover {color: gray}
a:active {color: white;}
.center {text-align: center; color: gray;}
.white {color: white; font-family: courier, monospace; font-style: normal; font-weight: normal; font-size: 10pt;}
.silver {color: silver; font-family: courier, monospace; font-style: normal; font-weight: normal; font-size: 10pt;}
.gray {color: gray; font-family: courier, monospace; font-style: normal; font-weight: normal; font-size: 10pt;}