@charset "utf-8";
/* CSS Document */
*{
	padding:0px;
	margin:0px;
	list-style:none;}
body,td,th {
	font-size: 12px;
	color: #666;
	font-family: "宋体";}
html {
	background-color: #fff;}

a{
	color:#666;}
a:link {
	text-decoration: none;}
a:visited {
	text-decoration: none;}
a:hover {
	text-decoration: none;}
a:active {
	text-decoration: none;}
input{
	border: 1px solid #ccc;
	font-family: "宋体";
	font-size: 12px;
	line-height: 18px;
	color: #666;
	height: 20px;
	text-indent: 5px;}
textarea{
	border: 1px solid #ccc;
	font-family: "宋体";
	font-size: 12px;
	line-height: 18px;
	color: #666;
	text-indent: 5px;}
img{
	border:none;}
