﻿/* reset
---------------------------------------------------------------------------------------------------------- */
html {
	color:#000;
	margin:0;
	padding:0;
}
body, div, span, p, a, img, ul, ol, li, caption, table, thead, tbody, tfoot, tr, th, td, form, fieldset, legend, label, dl, dt, dd, blockquote, applet, object, h1, h2, h2, h3, h5 {
	border:0;
	margin:0;
	padding:0;
}
body {
	font-family:simsun, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	background:#fff;
	color:#000;
	background:url(../images/bg.gif) top repeat-x #f3f3f3;
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #01609a;
	text-decoration: none;
}
a:active {
	color: #01609a;
	text-decoration: none;
}
a, img {
	outline: none; /* for Forefox */
}
a, img {
 star:expression(this.onFocus=this.blur()); /* for Ie*/
}
ul {
	list-style:none;
}
ul, x:-moz-any-link {
 list-style-type:none;
 margin:0;
 height:auto;
 overflow:hidden;
}
dl, x:-moz-any-link {
 list-style-type:none;
 margin:0;
 height:auto;
 overflow:hidden;
}
ol, x:-moz-any-link {
 list-style-type:none;
 margin:0;
 height:auto;
 overflow:hidden;
}
ul, ol, dl {
	_height:1%;
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
	width:auto;
}
caption, th {
	text-align:left;
	font-weight:bold;
}
th, td {
	padding:2px 5px;
}
fieldset {
	position:relative;
	padding:10px;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
legend {
	position:absolute;
	top:-1em;
	margin:0;
	padding:5px 10px;
	font-size:100%;
	font-weight:bold;
}
q:before, q:after {
	content:'';
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, textarea, select {
 *font-size:100%;
}
