@charset "utf-8";
/* CSS Document */
body{
	background: #FFFFFF;
	margin:0;
	text-align:center;

	SCROLLBAR-FACE-COLOR: #FAFAFA;
	SCROLLBAR-HIGHLIGHT-COLOR: #eeeeee;
	SCROLLBAR-SHADOW-COLOR: #eeeeee;
	SCROLLBAR-3DLIGHT-COLOR: #dedede;
	SCROLLBAR-ARROW-COLOR: #5B3E20;
	SCROLLBAR-TRACK-COLOR: #FAFAFA;
	SCROLLBAR-DARKSHADOW-COLOR: #eeeeee;
	SCROLLBAR-BASE-COLOR: #eeeeee
}
body,td,th,div,ul,li{
	font-family: 'Arial', 'Helvetica', 'sans-serif', '宋体';
	font-size: 12px;
	line-height: 24px;
	color: #000
}
input,select{
	font-family: 'Arial', 'Helvetica', 'sans-serif', '宋体';
	color:#000;
	line-height:20px;
	font-size:12px
}
div,ul,li{
	margin:0;
	text-align: left;
}
ul,li{
	list-style-type:none;
}
form,img{
	border:0;
	margin:0;
}
a{
	font-size:12px;
	line-height:24px;
	text-decoration: none;
}
a:link{
	color: #000;
}
a:visited{
	color: #000;
}
a:hover{
	color: #FF0000;
	text-decoration:underline
}