@charset "utf-8";
body {
	font: normal 10pt Arial, Helvetica, sans-serif;
	background: #e0f5f6;
	margin: 0px;
	padding: 0px;
}
.wrapper .menu a {
	line-height: 27px;
	color: #df701e;
	background: url(../images/btn.png) no-repeat center bottom;
	font-size: 14px;
	text-align: center;
	display: block;
	width:88px;
	height:27px;
	text-decoration:none;
}

.wrapper .menu a.selected, .wrapper .menu a:hover  {
	line-height: 34px;
	color: #df701e;
	background: url(../images/btn_sel.png) no-repeat center bottom;
	font-size: 14px;
	text-align: center;
	display: block;
	width:88px;
	height:34px;
	text-decoration:none;
}

.wrapper {
	width: 760px;
	height:auto;
	background:#048897 url(../images/bg.jpg) repeat-x;
	margin:0 auto;
}
.wrapper .sub1, .wrapper .sub1 a {
	font-size: 18px;
	line-height: 22px;
	color: #f10d0d;
	
}
.wrapper .pageparaBox {
	background: url(../images/box_bg.png) center center;
	height: 268px;
	width: 741px;
	margin-left:10px;
	margin-top:5px;
	color:#FFFFFF;
}
.wrapper .pageparaBox p, .wrapper .pageparaBoxB p {
	line-height: 18px;
	text-decoration: none;
	text-align: justify;
	margin: 20px;
}

.wrapper .pageparaBoxB {
	background: url(../images/box_bg_Big.png) center center;
	height: 320px;
	width: 741px;
	margin-left:10px;
	margin-top:5px;
	color:#FFFFFF;
}

.wrapper .footer {
	line-height: 25px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	border-top: 1px solid #ffffff;
	font-size: 12px;
}

.footer a {
color:#FFFFFF;
text-decoration:none;
}
.wrapper .paraTitle, .wrapper .paraTitle a{
	font-size: 12pt;
	color: #FFFFFF;
	text-decoration: none;
}

.para {
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.paratitleB {
	font: bold 14px/20px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

