@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
	border:0px;}
body,a,strong,br{
	FONT-SIZE: 13px;
	COLOR:#000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-family:"Microsoft YaHei","微软雅黑", "宋体", "华文中宋", "华文宋体", "华文仿宋", "黑体", "仿宋", "方正综艺简体";
}
a{
	text-decoration:none;}
ul{list-style:none;}
li{list-style:none;}
td,font,span,div,p,form,textarea,input{
	FONT-SIZE: 12px;
	COLOR:#000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	/*font-family:"宋体", "微软雅黑", "新宋体", "幼圆", "宋体-方正超大字符集", "华文中宋", "华文宋体", "汉真广标";*/
	font-family:"Microsoft YaHei","微软雅黑", "宋体", "华文中宋", "华文宋体", "华文仿宋", "黑体", "仿宋", "方正综艺简体";
}
.cursor_d{
	cursor: default;	
}
.cursor_p{
	cursor:pointer;}
.text_c{
	text-align:center;}
.text_r{
	text-align:right;}
.main_center {
    margin: 0 auto;
}
.f_left{
	float:left;}
.f_right{
	float:right;}
.f_clear{
	clear:both;}