﻿@charset "utf-8";
/* CSS Document */
*{
	padding:0px;
	margin:0px;
}
html{
	background:;
}
body{
	font:12px 宋体 ,微软雅黑;
	font-weight:normal;
}
img{
	border:none;
}
a{
	color:#0160A2;
	text-decoration:none;
}
ul li
{
    list-style-type: none;
}
input,button{
	font:12px Verdana,Arial,Tahoma;
	vertical-align:middle;
}
table{
　　table-layout: fixed;
}
td{
	padding-left:0px;
}
.clear{
	width:0;
	height:0;
}