﻿@charset "utf-8";
/* CSS Document */
* {
	border:0;
	margin:0;
	padding:0;
}
body {
	font-family:"宋体",Arial,Lucida,Verdana,Helvetica,sans-serif;
	font-size:12px;
	background:#fff;
	font-weight:400;
	margin:0 auto;
	color:#333;
}
a {
	font-family:"宋体",Arial,Lucida,Verdana,Helvetica,sans-serif;
	nofocusline:expression(this.onFocus=this.blur());
	text-decoration:none;
	color:#333;
	font-size:12px;
}
:focus {
	-moz-outline-style:none;
}
a:focus {
	outline:none;
}
a:link {
	font-size:12px;
}
a:hover {
	color:#F60;
	font-family:"宋体",Arial,Lucida,Verdana,Helvetica,sans-serif;
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6 {
	font-size:12px;
	font-weight:400;
	font-family:"宋体",Arial,Lucida,Verdana,Helvetica,sans-serif;
}
input {
	font-size:12px;
	line-height:18px;
	height:18px;
	border:1px solid #CBCBCB;
	padding-left:3px;
	font:12px Helvetica, Arial, sans-serif;
	color:#000;
}
select {
	font-size:12px;
	line-height:18px;
	height:18px;
	border:1px solid #CBCBCB;
	font:12px Helvetica, Arial, sans-serif;
	color:#000;
}
img {
	float:left;
}
body input, body select {
	border:1px solid #CBCBCB;
}
td, textarea, button {
	color:#000;
}
ul li{
	list-style-type:none;
}
.size{
	font-size:14px;
}
.gray{
	color:#666;
}
.red{
	color:red;
}
.orange{
	color:#f60;
}
.weight{
	font-weight:bold;
}

.right{
	float:right;
}
.left{
	float:left;
}
em{
	font-style:normal;
}
mark{
	background:none;
}
