/* CSS Document */
HTML {
	HEIGHT: 100%
}
BODY {
	FONT-SIZE: 14px;
	COLOR: #333;
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	HEIGHT: 100%;
	TEXT-ALIGN: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}




.body_bj {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.nav_all {
	width: 992px;
	float: left;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBB9BA;
	background-image: url(nav_bj.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
.nav_all a {
	font-size: 12px;
	line-height: 30px;
	font-weight: normal;
	color: #000000;
	padding-right: 6px;
	padding-left: 7px;
	text-decoration: none;
}
.nav_all a:hover {
	font-size: 12px;
	font-weight: normal;
	color: #ff0000;
	text-decoration: underline;
}
.top_logo {
	float: left;
	height: 170px;
	width: 992px;
	margin-top: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBB9BA;
}