﻿body{
	background-color:#000;
	color:#FFF;
	font-size:14px;
	font-family:"微软雅黑",Verdana, Geneva, sans-serif;
}

#page {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
}

#header {
	width: 1000px;
	height: 155px;
	margin: 0 auto;
	background:url(images/index_01.png) no-repeat;
}

#menu {
	width: 1000px;
	height: 32px;
	margin: 0px auto;
	background:url(images/index_02.png) no-repeat;
}

#menu div.ml{
	margin: 0px auto;
	width:100px;
	line-height: 32px;
	text-align:center;
	float:left;
	padding:0px;
	font-size:15px;
	font-weight:bold;
	background-color:#666;
}

#menu div.ml:hover{
	background-color:#000;
	color:#FF0;
}

#menu a:link{
	color:#FFF;
	text-decoration:none;
}

#menu a:hover{
	color:#FF0;
	background-color:#000;
	text-decoration:none;
}

#menu a:visited {
	color:#FFF;
}

#menu a:active {
	color:#0F0;
}

#contentoutline{
	background:url(images/index_03.png) no-repeat;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#content {
	min-height:865px;
	padding:20px;
	text-align: left;
	line-height:1.5;
	background-color:rgba(0,0,0,0.4);
}

#content p{
	text-indent:2em;
}

#content a{
	color:#FFF;
	text-decoration:none;
}

#content a:hover{
	text-decoration:underline;
}

#footer {
	clear:both;
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	text-align:center;
}

#footer a{
	color:#F00;
	text-decoration:none;
}

.title{
	text-align:center;
	font-size:20px; 
	font-weight:bold;
	line-height:40px;
}

.subtitle{
	text-align:center;
	font-size:15px; 
	font-weight:bold;
	line-height:25px;
}

.section{
	font-size:15px; 
	font-weight:bold;
	line-height:23px;
}

table .cb tr:hover{
	background-color:#CCC;
	color:#33C;
}

table.bottomline td{
	border-bottom:1px #CCCCCC solid;
}

.nonbottomline {
	border-bottom:0px !important;
}

a.confirm{
	color:#0F0 !important;
}

a.deny{
	color:#F00 !important;
}