@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{
	font-family:Arial,Verdana,Helvetica, sans-serif;
	font-size:12px;
	color:#363636;
	line-height:20px;
	outline:none;
}
ul li{
	list-style:none;
	list-style-position:outside;
}
table,tr,td{
	font-family:"宋体", Arial, Verdana;
	font-size:12px;
	color:#363636;
}
img{
	border:none;
}
/*clear float*/
.clear{
	clear:both !important;
	height:1px !important;
	line-height:1px !important;
	font-size:1px !important;
	float:none  !important;
}
/*start link*/
a,a:active{
	color:#0c74be;
	text-decoration:none;
	cursor:pointer;
}
a:visited
{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	outline:none;
}


/*start float*/
.left{float:left;}
.right{float:right;}

/*mouse hand*/
.hand{cursor:pointer !important;}
/*color set*/
.red{color:#f00;}
.black{color:#000;}