/* CSS Document */
* {
	margin: 0;
	padding: 0;
	list-style: none;
}

html,body,table,tr,th,td,img{
	border: 0 none;
}
body {
	color: #000000;
	font-size: 12px;
	font-family: "宋体", Verdana, Arial;
	font-weight: normal;
}

div {
	table-layout: fixed;
	zoom: 1;
	_zoom: 1;
}

iframe,img {
	border: 0 none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}