@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, big, em, font, img, strong, tt, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, input {
	padding:0;
	margin: 0;
	}
body {
	font-family:Microsoft YaHei, SimSun, Arial, Verdana, Helvetica, sans-serif;
	color:#333;
	background:#f8f9fb;
	font-size:12px;
	}
address, caption, cite, code, dfn, em, strong, th, var { 
    font-weight:normal; 
    font-style:normal;
	}
fieldset, img {
	border:0;
	}
table {
    border-collapse:collapse; 
    border-spacing:0;
	}
h1, h2, h3, h4, h5, h6 {
	 font-weight:normal;
	 font-size:100%;
	 }
a {
	background:none;
	cursor:pointer;
	text-decoration:none;
	color:#959595;
	}
a:VISITED{
	background:none;
	cursor:pointer;
	text-decoration:none;
	color:#959595;
}
ul {
	list-style-position:outside;
	list-style:none;
	}
textarea {
	resize:none;
	}
input:focus {
	outline:none;
	}