#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333 url("../images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 5px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #ececec url("../images/hover.gif") bottom center no-repeat;
	color: #333;
	padding-bottom: 5px;
}

table.tablebody  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 3px 5px 3px;
	margin: 0;
}

.tdTitle {
  border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #283A50;
	font-weight: bold;
	padding: 11px 6px 11px 6px;
	margin: 0;
}

a:link {text-decoration: none; color: #006633; font-weight: bold;}
a:visited {text-decoration: none; color: #006633; font-weight: bold;};
a:active {text-decoration: none; color: #006633; font-weight: bold;}
a:hover {text-decoration: underline; color: #666666; font-weight: bold;}                    
                    