@charset "utf-8";
/* CSS Document */
body{
    background:#f6f8eb url(../images/bg.jpg) repeat-x;
	margin:0 auto;
	text-align:center;
}

body,table,td,th,div,ul,li{
	font-family: 'Arial', 'Helvetica', 'sans-serif', '宋体';
	font-size: 12px;
	line-height:22px;
	color: #494949;
	margin:0;
	padding:0;
}

input,select{
	color:#494949;
	font-size:12px
}
div,ul,li{
	margin:0;
	padding:0;
	text-align: left;
}
ul,li{
	list-style-type:none;
}
form,img{
	border:0;
	margin:0;
}
a{
	font-size:12px;
	line-height:22px;
	text-decoration: none;
}
a:link{
	color: #494949;
}
a:visited{
	color: #494949;
}
a:hover{
	color:#ffcb77;
	text-decoration:underline
}