body {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
}

ul#menu {
	width: 100%;
	height: 43px;
	background: #FFF url("../images/menu-bg.gif") top left repeat-x;
	font-size: 14px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#menu li {
	display: block;
	float: left;
	margin: 0 0 0 5px;
}

ul#menu li a {
	height: 43px;
	color: #777;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	padding: 8px 15px 0;
}

ul#menu li a:hover {
	color: #333;
}

ul#menu li a.current{
	color: #FFF;
	background: #FFF url("../images/current-bg.gif") top left repeat-x;
	padding: 5px 15px 0;
}

td#footer {
	background: #FFF url("../images/footer-bg.gif") top left repeat-x;
}

td#top a, td#top a:visited {
	color:black;
	text-decoration:none;
}
h1#body {
	font-size:16px;
}

tr.col {
	background-color: #efefef;
}

td.bt {
	background-color: #efefef;
	font-size:10px;
}

td.btred {
	background-color: #efefef;
	color:red;
	font-size:10px;
}

h2 {
	font-size:14px;
}

ul#sidenav {
	list-style:none;
	margin-left:0.1em;
	padding-left:0.1em;
}

.rate {
	font-weight: bold;
	color: red;
}
