@import url("layout.css");
@import url("page.css");
*
{
	margin: 0;
	padding: 0;
}
body
{
	font: 12px Verdana,Arial,Tahoma;
	text-align: center;
}
img
{
	border: none;
}
a
{
	color: #36C;
	text-decoration: none;
}
a:hover
{
	color: #F33;
	text-decoration: underline;
}
ul
{
	list-style: none;
}
input, select, button
{
	font: 12px Verdana,Arial,Tahoma;
	vertical-align: middle;
}
.center
{
	margin: 0 auto;
}
.w960
{
	width: 970px;
	position: relative;
	margin: 0 auto;
	text-align: left;
}
.mt1
{
	margin-top: 0px;
}
.mt2
{
	margin-top: 16px;
}
.clear
{
	overflow: hidden;
}
.fs-12
{
	font-size: 12px;
}
.fc-f60
{
	color: #F60;
}
.fc-f90
{
	color: #F90;
}
.ipt-txt
{
	line-height: 15px;
	font-size: 12px;
	margin-right: 2px;
	border-color: #666 #BBB #BBB #666;
	border-style: solid;
	border-width: 1px;
	padding: 4px 5px;
}
.btn-1
{
	width: 56px;
	height: 23px;
	border: none;
	background: url(../img/btn-bg1.gif) no-repeat;
	line-height: 25px;
	letter-spacing: 1px;
	overflow: hidden;
	color: #369;
}
.btn-2
{
	width: 70px;
	height: 25px;
	border: none;
	background: url(../img/btn-bg2.gif) left top no-repeat;
	line-height: 25px;
	overflow: hidden;
	color: #444;
	margin-right: 2px;
}
.header
{
	width: 100%;
	padding-top: 10px;
	overflow: hidden;
}
.header a
{
	color: #777;
}
.header a:hover
{
	color: #390;
	text-decoration: none;
}
.header .top
{
	clear: both;
	overflow: hidden;
	height: 70px;
}
.header .title
{
	float: left;
}
.header .title h1 a
{
	width: 230px;
	height: 60px;
	display: block;
	font-size: 0;
	text-indent: -60px;
	overflow: hidden;
	background: url(../img/top-logo.gif) center center no-repeat;
}
.header .banner
{
	width: 490px;
	height: 60px;
	float: left;
	overflow: hidden;
}
.header .banner img
{
	width: 490px;
	height: 60px;
	display: block;
}
.header .rlink
{
	width: 240px;
	height: 60px;
	float: right;
	overflow: hidden;
}
.header .rlink ul li
{
	width: 78px;
	height: 21px;
	background: url(../img/toprlink-bg.gif) left top no-repeat;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	overflow: hidden;
}
.header .rlink ul li a
{
	display: block;
	color: #777;
	line-height: 21px;
	text-indent: 22px;
	background-image: url(../img/toprlink-bg.gif);
	background-repeat: no-repeat;
}
.header .rlink ul li a:hover
{
	color: #000;
}
.header .rlink ul li.r1 a
{
	background-position: 0 -21px;
}
.header .rlink ul li.r2 a
{
	background-position: 0 -42px;
}
.header .rlink ul li.r3 a
{
	background-position: 0 -63px;
}
.header .rlink ul li.r4 a
{
	background-position: 0 -84px;
}

.header .nav
{
	width: 100%;
	height: 32px;
	background: url(../img/nav-bg.gif) repeat-x;
	clear: both;
	overflow: hidden;
}
.header .nav ul
{
	height: 32px;
	overflow: hidden;
	margin: 0 auto;
}
.header .nav ul li
{
	float: left;
	line-height: 31px;
	background: url(../img/nav-bg.gif) 0 -32px no-repeat;
	margin-left: -2px;
}
.header .nav ul li a
{
	height: 32px;
	display: block;
	color: #FFF;
	float: left;
	padding: 0 16px 0 17px;
}
.header .nav ul li a:hover
{
	color: #FF3;
}


.footer
{
	color: #999;
	text-align: center;
	padding-bottom: 10px;
	border-top: 1px solid #E5EFD6;
	padding-top: 10px;
}
.footer .link
{
	text-align: center;
	padding: 5px 0;
}
.footer .link a
{
	color: #666;
	margin: 0 5px;
}
.footer .powered
{
	font-size: 10px;
	line-height: 25px;
}
.footer .powered strong
{
	color: #690;
}
.footer .powered strong span
{
	color: #F93;
}
.footer .copyright
{
	color: #666;
	line-height: 23px;
}
.bg5, html
{
	background: #FFF;
}




.contract {
	height: 90px;
	text-align: left;
	overflow-x: auto;
	overflow-y: auto;
	border: 1px solid #cccccc;
	color: #000000;
	font-size: 12px;
	line-height: 20px;
	background: #fafafa;
	padding: 5px;
}
