@charset "utf-8";
body,td,th {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background-color: #333333;
	width: 700px;
	margin: 2em auto;
}
table,td,th {
	border-style: solid;
	border-color: #000000;
}

input {
	line-height:16px;
	background:#CCCCCC none repeat scroll 0%;
	border:0px solid #333333;
	color:#000000;
	font-family:arial;
	font-size:10px;
	margin:0px 10px 0px 3px;
	padding:2px 3px 3px;
	width:150px;
}

.header {
	font-size: 24px;
	font-weight: bold;
}

.table_header_text {
	color: #FFFFFF;
}

#table_header td {
	background-color: #666666;
}

#navigation a:link, #navigation a:visited {
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	color: #ffffff;
	text-decoration: none;
}
#navigation a:link.active, #navigation a:visited.active, #navigation a:hover {
	background: url("tab_rounded.gif") no-repeat bottom center;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFF99;
}
a:active {
	color: #FFFF99;
}
