body {margin: 0px;padding: 0px;}
p,h1,h2,h3,h4,h5,form,ul,li,img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	list-style-type: none;
}
a {color: #000000;text-decoration: none;}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
.clear {font-size: 0px;line-height: 0px;height:0px;clear: both;}
.clear-5 {font-size: 0px;line-height: 0px;height:5px;clear: both;}
.clear-10 {font-size: 0px;line-height: 0px;height:10px;clear: both;}
.clear-15 {font-size: 0px;line-height: 0px;height:15px;clear: both;}
.clear-20 {font-size:0px;line-height:0px;height:20px;clear: both;}
.clear-25 {font-size:0px;line-height:0px;height:25px;clear:both;}
.clear-30 {font-size:0px;line-height:0px;height:30px;clear: both;}
.clear-35 {font-size: 0px;line-height: 0px;height:35px;clear: both;}
.clear-40 {font-size: 0px;line-height: 0px;height:40px;clear: both;}
.fl{float:left;}
.fr{float:right;}
.cl{clear:left;}
.cr{clear:right;}
.color-red{color:#FF0000}
.middot{font-family:"宋体";font-size:12px;} 
.allwrap {
	margin-right: auto;
	margin-left: auto;
}
.show {
	display: block;
}
.hide {
	display: none;
}
.center {
	text-align: center;
}
table {
	border-collapse: collapse;
}
.pl-10 {
	padding-left: 10px;
}
.radius-all { 
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; 
behavior: url(PIE.htc);
}  
.radius-top { 
-moz-border-radius: 5px 5px 0 0;
-khtml-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0; 
behavior: url(PIE.htc);
} 
.radius-bottom { 
-moz-border-radius: 0 0 5px 5px ;
-khtml-border-radius: 0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px; 
behavior: url(PIE.htc);
} 
.box-shadow {
-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	behavior: url(PIE.htc);
	background-color: #FFFFFF;
}
.ta-l{text-align:left;}
.ta-r{text-align:right;}
.ta-c{text-align:center;}
.b{ font-weight:bold;}
.blank {width:10px; height:10px; float:left;}