﻿body{
	font-family:"Microsoft YaHei";
	 margin:0px; border:0px; color:#333; font-size:15px;}
*{
	font-size:15px;
	font-family:"Microsoft YaHei";}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color:#3F85FF;
	text-decoration:none;
}
a.more{
	color:#999;
	font-weight: normal;
	font-size: 16px;
}
a.more:hover {
	color:#AD936E;
	text-decoration:none;
}

select, textarea,button{
	color: #999;
	font-size: 16px;
	font-family:microsoft yahei, Helvetica, sans-serif;
	padding-left: 2px;
}
input,SELECT{
	font-size: 16px;
	color: #999; /*line-height:17px; */
	vertical-align: middle;
	padding-left: 2px;
	font-family:microsoft yahei, Helvetica, sans-serif;
}
ul, li, table, tr, img, p {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border: 0px;
	font-size:15px;
}
div {
	margin:0px;
	padding:0px;
	border:0px;
}
td { /*padding-left:5px;*/
	color: #666;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size:15px;
}
.no_border {
	border: none;
	width: auto;
	height: auto;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}
.clear_both {
	clear: both;
}
#page {
	margin:20px auto;
	text-align:center;
	clear:both;
}

