html, body {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	color: #333333;
	background-color: #ffffff;
	font-size: 13px;
	font-family: "宋体", "宋体-方正超大字符集";
	margin: auto;
	line-height: 120%;
	text-align: center;
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}
div {
	margin: auto;
	text-align: left;
}
p {
/*	text-indent: 2em; */
	text-align: left;
	line-height: 150%;
	word-spacing: 0.3em;
	letter-spacing: 0.1em;
}
img {
	border: 0px;
}
.divLeft {
	text-align: left;
}
.divCenter {
	text-align: center;
}
.divRight {
	text-align: right;
}

/* 设置首页为该网站 */
#setHomePage {
	text-align: right;
	margin-top: 5px;
}

/* 路径符号 */
#signPath {
	height: 9px;
	width: 9px;
}


/* 页脚 */
#bottomLineSpace{
	width: 773px;
	height: 10px;
	clear: both;
	font-size: 10px;
	line-height: 10px;
}
#bottomMenu {
	clear: left;
	width: 773px;
	border-top: 1px solid #CCCCCC;
}
#bottomMenu ul {
	list-style-type: none;
	display: inline;
}
#bottomMenu li {
	float: left;
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	margin-top: 10px;
}
#copyright{
	width: 773px;
	margin-top: 5px;
}

