/* CSS Document */
* {margin:0;padding:0}
table{border-collapse:collapse;}
h1,h2,h3,h4,h5,h6 {font-size:12px; font-weight:normal;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,ul,li{padding:0; margin:0;}
ul li {list-style-type: none;}
p{ padding:0; margin:0;}
img{ border:0px none;}
em,th {font-weight:normal; font-style:normal;}
td {
	VERTICAL-ALIGN: top;
}
a { color:#000; text-decoration: none;list-style:none; outline:none; ie-dummy: expression(this.hideFocus=true);}
a:hover { text-decoration:underline; text-decoration: none; list-style:none;}
.clearfloat { clear:both; display:block;}
.left { float:left;}
.right { float:right;}
body
{
	background:#fff;
	font-size:12px;
	color:#000;
    font-family: "微软雅黑",Verdana,Arial,Helvetica,sans-serif,"宋体";
}