body {
	margin: 0 0 0 0;
	background: #fff;
}

.clear {
	clear: both;
}
.fl {
	float: left;
}
.center {
	text-align: center;
}
.flex-box {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.text1 {
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
}
.text1 a:link {
	font-family: Tahoma;
	font-size: 13px;
	color: #0066ff;
	text-decoration: none;
}
.text1 a:visited {
	font-family: Tahoma;
	font-size: 13px;
	color: #0066ff;
	text-decoration: none;
}
.text1 a:hover {
	font-family: Tahoma;
	font-size: 13px;
	color: #0066ff;
	text-decoration: underline;
}

#contain {
	max-width: 1024px;
	margin: 0 auto;
	border-left: solid 1px #dcdcdc;
	border-right: solid 1px #dcdcdc;
}
#banner_h {
	padding: 10px 10px 10px 10px;
	background: #efeee9;
	border-bottom: solid 1px #dcdcdc;
}
#content {
	color: #1e598e;
	font-weight: normal;
	background: #ffffff;
}
#h_col1 { color: #8a8c8e; line-height: 40px; padding: 0 30px; font-size: 15px; font-weight: bold; }
.h_shadow { box-shadow: 0 6px 16px -9px rgba(0, 0, 0, 0.5) inset; height: 6px; }
.c_padding { padding: 10px 10px 10px 10px; }