/*
全局定义
*/
body{margin:0px;padding:0px;}
body,div,ul,li,dl,dt,dd,table,p,td,input{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}
form{margin:0px;}
select,textarea{
	font-size:12px; 
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	}
img{border:0;}
ul,li{
	list-style:none;
	margin: 0px;padding: 0px;
}
a:link{color:#000000;text-decoration: none;}
a:visited{color: #000000;text-decoration: none;}
a:hover{color: #FF6600;text-decoration: underline;}
a:active{color: #FF6600;text-decoration: underline;}
.whitebold a:link{
   color:#FFFFFF;
   font-weight:bold;
  }
.whitebold a:visited{
   color:#FFFFFF;
   font-weight:bold;
  }
.whitebold a:hover{
   color:#ff6600;
   font-weight:bold;
  }
.whitebold a:active{
   color:#ff6600;
   font-weight:bold;
  }
.whiteword{
   color:ffffff;
   line-height:20px;
   }
