@charset "utf-8";
/* CSS Document */

html,body,ul,ol,li,dl,dt,dd,p,div,span,h1,h2,h3,h4,h5,h6,form,input,textarea,th,td,hr{
	padding:0px;
	margin:0px;
}
body{
	font-family:'宋体',Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:center;
	margin:0 auto;
	line-height:20px;
	background:#fff;
	width:956px;
}
img{
	border:0px;
}
a{ color:#333333;}
.clear{
	clear:both;
}
ul,ol,li{
	list-style:none;
}
a,a:link,a:visited,a:hover{
	outline:none;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
input,textarea,select{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
hr{
	height:1px;
	border:0px;
	overflow:hidden;
	background-color:#999999;
}
.border_bottom{
	border-bottom:1px solid #CCC;
}
.red{
	color:#F00;
}