@charset "utf-8";
/* CSS Document */
body{
	background:#20272D;
	margin:0;
	text-align:center;
}
body,td,th,div,ul,li{
	font-family: 'Arial', 'Helvetica', 'sans-serif', '宋体';
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}
input,select,textarea{
	color:#000000;
	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:24px;
	text-decoration: none;
}
a:link{
	color: #333333;
}
a:visited{
	color: #333333;
}
a:hover{
	color: #FF0000;
}
