﻿@charset "utf-8";
* {
	margin:0px;
}
body {
	width:100%;
	height:100%;
	color:#000000;
	line-height:160%;
	font-size:12px;
	font-family:"宋体",Arial, Helvetica, sans-serif
}
img {
	border:0px;
}
p {
	padding-top:3px;
	padding-bottom:3px;
}
li {
	list-style:none;
}
a:link {
	color:#252525;
	text-decoration:none;
}
a:visited {
	color:#252525;
	text-decoration:none;
}
a:hover {
	color:#CC0000;
	text-decoration:underline;
}
a:active {
	color:#252525;
	text-decoration:none;
}
.hide {
	display:none;
}
hr {
	color:#D1D7DC;
	background-color:#D1D7DC;
	border:none;
	height:1px;
}
.float_l{
	float:left;
}
.float_r{
	float:right;
}﻿

