﻿@charset "utf-8";
/*		CSS Hack			*/
/*		IE8/7/6:	\9		*/
/*		IE7/6:		*		*/
/*		IE6:		_		*/

* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration:none;
	color:#000000;
	/*behavior:url(../css/clearDottedLine.htc);*/	/*去除点击后的虚线框,for IE.注意:这里的文件路径要用相对于网页页面的路径,而不是css文件本身.*/	
}
a:focus {	/*去除点击后的虚线框,for FF/moz*/
	/*outline:0;
	-moz-outline-width:0;*/
}
a.NoDottedLine {
	behavior:url(../css/clearDottedLine.htc);	
}
a.NoDottedLine:focus {
	outline:0;
	-moz-outline-width:0;
}
a:hover {
	color:#999999;
}
body {
	width:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color: #fff;
	color: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	_behavior:url(css/ie6hoverfix.htc);
}
ul, li, img, span, table, tr, th, td, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-style: normal;
	line-height:20px;
	font-size: 12px;	
}
h1 {
	font-size:18px;
}	
h2 {
	font-size:16px;
}	
h3 {
	font-size:14px;
}	
b, em, strong, table, td, li, dl, dt, dd, input, textarea {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
ul, li {
	list-style-type: none;
}
p{
	line-height: 1.6em;
	font-size:1em;
}
img {
	border-style: none;
}
.clearFloat {
	float:none;
	clear: both;
	height: 0px;
	width: 0px;
	overflow: hidden;
	line-height: 0px;
	font-size: 0px;
}
.main, #main {
	width: 1000px;
	margin:0 auto;
	text-align: left;
	overflow:hidden;
}
.forceBr {
	word-wrap:break-word;
	word-break:break-all;
}
.gt, .lt {
	font-family:宋体;
	padding-right:5px;
}
