body {
	background-color: #666666;
	margin-top: 0px;
	font-size: 12px;
	color: #000000;
/*	background-image: url(../images/he.png);  */
}
/* 首页导航CSS设置 */
.Nav a:link {
	text-decoration: none;
	color: #000000;
}
.Nav a:visited {
	text-decoration: none;
	color: #000000;
}
.Nav a:hover {
	position: relative;
	top: 1px;
	left: 1px;
	text-decoration: underline;
}

/* 页脚CSS样式设置 */

.foot {
	color: #CCCCCC;
}
.foot a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.foot a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.foot a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #993300;
	text-decoration: underline;
}
.tab1 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
.tab2 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.tab3 {
	border-bottom-width: 1px;
	border-bottom-style: outset;
	border-bottom-color: #666666;
}
.tab4 {
	border-top-width: 1px;
	border-top-style: outset;
	border-top-color: #666666;
}
.content {
	font-size: 13px;
	line-height: 20px;
}
.title1 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: center;
}

