/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
body {
	background-color: #000000;
}
a:link {
	color: #FFCC33;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: none;
	color: #FF3300;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#topbar {
	background-color:#FFFFCC;
	left: 0px;
	top: 0px;
	right: 0px;
	position: absolute;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	color: #333333;
	width: 100%;
}
#topbar a:link {
color:#333333;
}
#topbar a:hover {
	color:#990000;
	text-decoration: underline;
}
#topbar a:visited {
color:#333333;
}
