body {
	background-color: #FBEFD0;
}
body, form {
	margin: 0;
}
body, table {
	font-family: verdana, arial;
	font-size: 12px;
}
iframe.hidden {
	display: none;
}
input.text, select {
	border: 1px solid #716F64;
}
a, a:hover {
	color: #f00;
}
th {
	font-weight: normal;
}

.header {
	background-color: #990000;
	border-collapse: collapse;
	width: 100%;
}
.header td {
	padding: 0;
}
.header .header_left {
	padding-left: 38px;
	height: 92px;
	width: 308px;
}
.header .header_right {
	background-image: url("images/header_right.gif");
	background-repeat: no-repeat;
}
.header .header_right_2 {
	color: #FC0000;
	font-weight: bold;
	text-align: right;
	padding-right: 38px;
}
.header .header_right_2 a, .header .header_right_2 a:hover {
	color: #fff;
}
.header .header_line {
	background-image: url("images/header_line.gif");
	height: 17px;
}

.hide {
	position: absolute;
	background-color: #fff;
	opacity: 0.15;
	filter: alpha(opacity=15);
	width: 100%;
}

#content {
	color: #003399;
	font-weight: bold;
	padding: 2px 3px;
}
#content a, #content a:hover {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#content .small {
	color: #808080;
	font-size: 9px;
}

.online {
	color: #FF0000;
	font-size: 10px;
	font-weight: normal;
}

.footer {
	background-image: url("images/footer_bg.gif");
	height: 100%;
}
.footer .error {
	color: #f00;
	font-weight: bold;
	text-align: center;
}
.footer a, .footer a:hover {
	color: #000;
}

.footer .copyright {
	color: #A50021;
	font-size: 17px;
	font-weight: bold;
	margin-top: 55px;
	text-align: right;
	padding-right: 7px;
}

.register {
	margin-top: 25px;
}

.list {
	border-collapse: collapse;
}
.list th {
	font-weight: bold;
}
.list th, .list td {
	border: 1px solid #999;
}
