/*----------------------------------------------------------------------------------------------*/
/*	Entire Page layout
/*----------------------------------------------------------------------------------------------*/

body { font-size:9px; font-family:Lucida Sans Unicode, Lucida Grande, Tahoma, Geneva, sans-serif; background-color: white; color: #000000  ; padding: 0px; text-align: center; background-image: url(china_images/page_bg_grey.gif); background-position: center top; background-repeat: repeat-x; margin: 0px 0px 0px 0px; font-family:Arial, Tahoma, Helvetica, sans-serif; line-height:1.42em;}

/*----------------------------------------------------------------------------------------------*/
/*	ANCHOR
/*----------------------------------------------------------------------------------------------*/
a {text-decoration:none; color:#0095D3;}
a:active {  color: #0095D3; text-decoration: none}
a:link {  color: #0095D3; text-decoration: none}
a:visited {  color: #0095D3; text-decoration: none}
a:hover {  color: #0095D3; text-decoration: none}

/*----------------------------------------------------------------------------------------------*/
/*	h1
/*----------------------------------------------------------------------------------------------*/
h1 {font-size:19pt; color:#071F3D; font-family:Lucida Sans Unicode, Lucida Grande, Tahoma, Geneva, sans-serif; font-weight:normal; }

/*----------------------------------------------------------------------------------------------*/
/*	h2
/*----------------------------------------------------------------------------------------------*/
h2 { font-size:15pt; color:#071F3D; font-family: Lucida Sans Unicode, Lucida Grande, Tahoma, Geneva, sans-serif; font-weight:normal; text-align: left; }

/*----------------------------------------------------------------------------------------------*/
/*	h3
/*----------------------------------------------------------------------------------------------*/
h3 { font-size:13pt; color:#FF6600; font-family: Lucida Sans Unicode, Lucida Grande, Tahoma, Geneva, sans-serif; font-weight:normal; text-align: center; }

td { font-size:9pt; color:#000000; font-family: Arial; font-weight:normal; text-align: left; }

table.shell {
	border-width: 1px;
	border-spacing: ;
	border-style: inset;
	border-color: rgb(160, 170, 178);
	border-collapse: collapse;
	background-color: white;
}
table.shell th {
	border-width: 1px;
	padding: 0px;
	border-style: none;
	border-color: rgb(160, 170, 178);
	background-color: white;
 
}
table.shell td {
	border-width: 1px;
	padding: 0px;
	border-style: none;
	border-color: rgb(160, 170, 178);
	background-color: white;
}