<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
	height: auto;
    min-height: 100%;
}

body #wrap{
	min-height: 100%;
	height: auto;
}

body #wrap .container{
	max-width:1500px;
	width:100%;
	margin: 0 auto !important;
}
body #wrap .bodyArea .container{
	max-width:1500px;
}
body #wrap .footerArea .container{
	max-width:1200px;
}
img, table{
	border:0;
}

img{
	vertical-align:middle;
	max-width: 100%;
}

table, div
{
	border-collapse:collapse;
	text-align:left;
	vertical-align: top;
}

.border_long{
	background-color:#f5f5f5;
	width:1020px;
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}



.border{
	background-color:#f5f5f5;
	width:520px;
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}


.border_pr{
	background-color:#f5f5f5;
	width:800px;
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

.border div,
.border_long div{
	text-align:center;
}

.border p{
	margin:auto!important;
	padding-left:10px;
	padding-right:10px;
	font-size:0.8em;
}


.border_long p{
	margin:auto!important;
	padding-left:10px;
	padding-right:10px;
	font-size:0.8em;
}


.border_pr p{
	margin:auto!important;
	padding-left:10px;
	padding-right:10px;
	font-size:0.8em;
}
@media screen and (max-width: 1100px) {
	.border_long{
		width:auto;
		padding-left:10px;
		padding-right:10px;
	}
	.border_long p{
		padding:0;
	}
}
@media screen and (max-width: 750px) {
	.border{
		width:auto;
		padding-left:10px;
		padding-right:10px;
	}
	.border p{
		padding:0;
	}
}
.clearBoth{
	display:block !important;
	float:none !important;
	clear:both !important;
    width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
	border: 0 !important;
}

body .disNone
{
	display:none;
}

body a {

}

.nowrap, .noWrap{
	white-space: nowrap;
}

body #fontSize0{font-size:12px;}
body #fontSize1{font-size:16px;}
body #fontSize2{font-size:20px;}

.access{
	position:absolute;
	/*visibility:hidden;*/
	left: -9999px;
}

#skiptocontent.access:focus,
#skiptocontent.access:active{
    left: .5em;
    color: #fff;
    background-color: #555;
    border: solid #333 2px;
    height: auto !important;
    width: auto !important;
    padding: 2px 8px !important;
    font-size: 1em !important;
    z-index: 9999 !important;
}

#page_bg {
	color: #2b3944;
}

.disIB
{
	display:inline-block;
	*zoom: 1;
	*display: inline;
}

.nobr{
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin: 0;
	word-break: break-all;
	word-wrap: break-word;
}
a:hover .nobr,
a:focus .nobr,
a:active .nobr{
	text-decoration:underline;
}
html, body
{
	margin:0;
	padding:0;
}

a, a:link, a:active, a:visited{text-decoration:none;}
a:hover, a:focus{text-decoration:underline;}

body .bold
{
	font-weight:bold;
}

/*========Index==========*/
body.indexVersion{}
/*body.indexVersion .breadcrumb, body.indexVersion  .printTool{display:none;}*/
body.indexVersion .mainHeader{position:absolute; visibility:hidden; left: -9999px; display:none;}
body.extIndex .mainHeader{position:absolute; visibility:hidden; left: -9999px; display:none;}
body .mainHeader{/*display:none;/*position:absolute; visibility:hidden; left: -9999px;*/}
/*========Chinese========*/
body.chineseVersion{}
/**/
.ieVersion .white .textsizelink, .ieVersion .white .language a, .ieVersion .white .myheaderTool input{
	color:#fff;
}

.ieVersion .black .textsizelink, .ieVersion .black .language a, .ieVersion .black .myheaderTool input{
	color:#000;
}

.ieVersion .headershadow .textsizelink, .ieVersion .headershadow .language a, .ieVersion .headershadow .myheaderTool input{
	color:#000;
}
</pre></body></html>