@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
/*html{filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);}*/
/*body{filter:Gray;}*/
body {
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
	text-align: center;
	margin: 2px 0px 0px 0px;
}
#main_content {
	text-align: left;
	width: 100%;
}
.input_hui {
	color:#B0AEAF;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.hong {
	color: #FF0000
}
.hei {
	color: #000000
}
.lv {
	color: #006600
}
.jiachu {
	font-weight: bold;
}
.hui {
	background-color: #F0F0F0;
}
.table_bian {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
}
.table_bian td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
td {
 	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.clean {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	/*float: none;*/
	overflow: hidden;
	display: block;
}
.clearfloat { /* 此类应当放在 div 或 break 元素上，而且该元素应当是完全包含浮动的容器关闭之前的最后一个元素 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.jiange05 {
	height: 5px;
	font-size: 0px;
	overflow: hidden;
	clear: both;
}
a.hei {
	color: #000000;
	text-decoration: none;	
}
a.hei:hover {
	text-decoration: underline;
}
a.hong {
	color: #A80202;
	text-decoration: none;
}
a.hong:hover {
	text-decoration: underline;
}
.form1 input,.form1 textarea,.form1 select {
	margin:0px;
	font-size:12px;
	vertical-align: middle;
	padding: 1px;
}
.form1 .tijiao {
	padding:10px;
	text-align:center;
}
#content_main {
	text-align: left;
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
