﻿@charset "utf-8";
/*
##################################
#  Tbsp Developed by zhengchun   #
#   reset.css                    #
#                                #
#                                #
#                                #
##################################
*/
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{
	margin:0;
	padding:0;
	font-weight:400;
}
html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
body{
	background-color:#FFF;
	font-family:"Microsoft YaHei",Arial,SimSun,Tahoma;
	font-size:12px;
	line-height:15px;
	color:#666;
}
table{
	border-collapse:collapse;
	width:100%;
}
fieldset,img{
	border:0;
}
fieldset{
	margin:10px 0;
	padding:10px 0;
}
fieldset p{
	margin:0;
	padding:0 0 0 8px;
}
legend{
	display:none;
	*color:#000;
	*margin-left:-7px;
}
address,caption,em,strong,th,i{
	font-style:normal;
	font-weight:400;
}
table caption{
	margin-left:-1px;
}
hr{
	clear:both;
	margin:5px 0;
	*margin:0;
	border-width:0;
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #FFF;
	height:2px;
	overflow:hidden;
}
ol,ul{
	list-style:none;
}
caption,th{
	text-align:left;
}
q:before,q:after,blockquote:before,blockquote:after{content: "";}

.invisible{
	display:none;
}
