@charset "utf-8";
body {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666666;
}
.oneColFixCtrHdr #container {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #102A81;
	background-image: url(../image/header_cn.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFFFFF;
	background-image: url(../image/earth2.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.oneColFixCtrHdr #footer {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #footerlink {
	font-size: 12px;
}
.oneColFixCtrHdr #footerlink a {
	font-size: 12px;
	color:#000000;
}
a img { border-style:none; }
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.fptable    {
	background-color: #1A5DA3;
	background-position: top;
	border: 1px solid #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FFFFFF;
}
.fptable a   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FFFFFF;
}
.fptable a:hover   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #CCCCCC;
}
.fptable    tr      {
	background-color: white;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.fptable   td      {



}
.fptableinside    {
	text-align: center;
	padding: 20px;
	font-size: large;
	color: #FFFFFF;
	background-color: #195CA3;
}
.CN_PG {
	text-indent: 2em;
}