/*--公共样式--*/
body{
 font-family:宋体;
 font-size:12px;
 color:#474747;
 text-align:center;
 margin:0;
 padding:0;
 background:#fff;
}
h1,h2,h3,h4,h5,h6,p,div,img,form,span,input,select,table,tr,th,td,ul,li{
 margin:0;
 padding:0;
}
ul{
 list-style:none;
}
a{
 color:#000000;
 text-decoration:underline;
 }
a:hover{
 color:#ff5500;
 text-decoration:underline;
 }
.bold{
 font-weight:bold;
 }
.clear{
 clear:both;
 height:0;
 overflow:hidden;
}
.orange{
 color:#ff5500;
}
input,select{
 font-size:12px;
 vertical-align:middle;
}
table,tr,th,td{
 font-size:12px;
}
 
 
 