body,td,th {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 9pt;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #f0f0f0;
	letter-spacing: 0.05em;
	line-height: 1.62;
}
body {
	background-color: #000000;
}
li {
	font-size: 9pt;
	line-height: 1.32em;
}
a:link, a:visited {
	color: #FF0000;
	text-decoration:none;
}
a:hover, a:active {
	color: #FF6600;
	text-decoration:underline;
}
#navlist {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #333333;
	line-height: 12pt;
}
#navlist li {
	list-style: none;
	margin: 0;
	display: inline;
}
#navlist li a {
	padding: 2px 0.5em;
	margin-left: 2px;
	border: 1px solid #333333;
	background: #111111;
	text-decoration: none;
}
#navlist li a:hover {
	background: #333333;
}
#navlist li a#current {
	padding: 3px 0.5em;
	background: black;
	border-color: #444444;
	border-bottom: black;
}
