@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #CCC;
}
body {
	background-color: #000;
	text-align: center;
}
a {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #999;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
#root tr td table tr td a #reg {
	font-size: 12px;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #333;
}

#root {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCC;
	background-color: #000;
}

#root tr td #footer {
	font-size: 10px;
}
#content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	background-color: #000;
}

