﻿@charset "utf-8";
/* CSS Document */
*{
	margin:0px; 
	padding:0px;
	}
body{
	margin:0px; 
	padding:0px; 
	font-size:12px; 
	font-family:"微软雅黑";
	color:#585858;
	background:#eeeeee;
	}
a{
	border:0px; 
	text-decoration:none;
	color:#4f4f4f;
	 }
a:hover{
	border:0px; 
	text-decoration:none;
	color:#f49000;
	 }
ul{
	list-style-type:none;
	}
li{
	list-style-type:none;
	}
img{
	border:0px;
	}
.fl{
	float:left;
}
.fm{
	margin:0 auto;
}
.fr{
	float:right;
}
.height20{
	width:100%;
	height:20px;
}
.clear{
	clear:both;
}