/* 常用样式 */
html, body, ul, form, table, td, img{
	margin:0; padding:0; border:0;}
html,body{
	height:100%; width:100%; max-height:100%;}
li{ list-style:none;}
body{
	font-family:"宋体";
	font-size:12px;
	color:#000;
	background-repeat:repeat-x;}
a {
	font-size:12px;
	font-style:normal;
	font-family:"宋体";
	text-decoration:none;
	color:#000;}
a:hover {
	color: #ff3300;
	 text-decoration:underline;}
a:active {
	color: #636363;}
.ClearBoth{
	width:100%; height:0px;
	clear:both;
	overflow:hidden;}

