@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body{
	_zoom:1;
   /* _background-image: url(about:blank);     用浏览器空白页面作为背景*/
   /* _background-attachment: fixed;             /* prevent screen flash in IE6 确保滚动条滚动时，元素不闪动*/
}
body {
	font-family: Tahoma, Geneva, sans-serif;
}
body { font-size:12px; font-family:"微软雅黑"}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
/*img{ vertical-align:bottom; }*/
address, caption, cite, code, dfn, em, var {
	font-style: normal;
	font-weight: normal;
	}
/*ul li {
	list-style: none;
}
ol li {
	list-style: decimal;
    list-style-position: inside;
}*/
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, textarea, select {
	*font-size:100%;
}
legend {
	color: #000;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
