@charset "utf-8";

/* CSS Document */

body{

	background:#efefef;

	margin:0 auto;

	text-align:center;

}

body,td,th,div,ul,li{

	font-family: 'Arial', 'Helvetica', 'sans-serif', '宋体';

	font-size: 12px;

	line-height: 24px;

	color: #494949;

}

input,select{

	color:#494949;

	font-size:12px

}



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: #494949;

}

a:visited{

	color: #494949;

}



a:hover{

	color: #FF0000;

	text-decoration:underline

}



p{

margin:0;

padding:0;

}


