body {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	margin: 0px;
}
td {
	font-size: 11px;
}
.tdheader {
	font-weight: bold;
	vertical-align: top;
}
th {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
a {
	color: #808080;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input {
	font-family: Verdana;
	font-size: 11px;
}
select {
	font-family: Verdana;
	font-size: 11px;
}
#containerDiv {
	text-align: left;
	width: 700px;
}
#headerDiv {
	width: 700px;
	height: 150px;
}
#tickerDiv {
	border-bottom: 1px solid #000000;
	text-align: center;
	padding:5px;
	color: #000000;
	background-color:#000000;
}
.heading {
	font-size: 15px;
	font-weight: bold;
}
.menuitem {
	color: #000000;
}
.menuitem:hover {
	color: #EEEEEE;
	font-weight: bold;
	text-decoration: none;
}
.menuitem_selected {
	color: #EEEEEE;
	font-weight: bold;
	text-decoration: none;
}
#adsDiv {
	position:absolute;
	left: 777px;
	top: 10px;
}