html,body,#wrapper {
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 8pt;
	color: #222222;
	background: #AFAFAF;
	border: none;
	text-align: center;
	margin: 0; 
	padding: 0;
	height: 100%;
}
tr, td, p {
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 8pt;
	color: #222222;
}
a {
	text-decoration: none;
	color: #222222;
}
a:hover {
	text-decoration: none;
	color: #DDDDDD;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 100%;
}
.logo {
	border: 1px solid #222222;
}
.bigbar {
	background: #64656F;
	height: 25px;
}
.bigbar a {
	text-decoration: none;
	color: #CCCCCC;
}
.bigbar a:hover {
	text-decoration: none;
	color: #BBBBBB;
}
.highlightbar {
	background: #94959F;
	height: 1px;
}
.newsbox {
	border: 1px solid #CCCCCC;
	background-color: #74757F;
}
.newsitems {
	color: #EEEEEE;
}
.menubox {
	border: 1px solid #CCCCCC;
	background-color: #A4A5AF;
	width: 362px;
}
.menuitem {
	background-color: #A4A5AF;
	text-align: left;
	width: 50%;
}
.menuitem-over {
	background-color: #74757F;
	color: #EEEEEE;
	text-align: left;
	cursor: pointer;
}
.formcell {
	background-color: #74757F;
	color: #EEEEEE;
	text-align: center;
}
.smcaps {
	font-size: 9pt;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: underline;
}
.trklstdata {
	background-color: #DDDDDD;
	text-align: left;
}
