td.hold{
	background-image: url(images/background.jpg);
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FAF9EF;
}
a, a:visited{
	color: maroon;
	text-decoration: underline;
}
a:hover{
	color: #99751d;
}
h1, h2, h3{
	color: #646464;
}
#headerback{
	background-image: url(images/header-x.jpg);
	background-repeat: repeat-x;
	height: 107px;
	text-align: right;
	padding-right:8px;
	margin-top: 40px;
}
#headerleft{
	background-image: url(images/headerleft2.jpg);
	width: 444px;
	height: 107px;
}
/* right1 : upper right*/
div.header_right1{
	color: #646464;
	font-size: 14px;
	font-weight: bolder;
	padding-bottom: 20px;
}
div.header_right2{
	color: #828282;
	font-size: 12px;
	font-weight: bold;
/*	font-style: italic;*/
	padding-bottom: 5px;
}
div.header_left2{
	color: #828282;
	font-size: 14px;
	font-weight: bold;
/*	padding-bottom: 5px;	*/
	padding-top: 83px;
	font-style: italic;
	text-align: left;
	padding-left: 6px;
}
table.content td{
  padding: 20px 8px 8px 8px;
  text-align: left;
}
td.copyright, td.copyright a{
	color: gray;
	font-size:10px;
	text-align: right;
}
table.nav td{
/*	text-align: center;*/
	background-image: url(images/navbutton.jpg);
	background-repeat: no-repeat;
	height: 39px;
	width: 164px;
	padding: 2px 8px 2px 0;
	font-size: 12px;
}
table.nav a{
	color: #633232;
	text-decoration: none;
}
table.nav a:hover{
	color: #b4871c;
	text-decoration: underline;
}
#copyright{
	float: right;
	font-size: 10px;
	border-top: 1px solid gray;
	text-decoration: none;
	color: gray;
}
#copyright a, #copyright a:hover, #copyright a:visited{
	text-decoration: none;
	color: gray;
}
ul li{
	padding-bottom: 6px;
}
table.nopad td{
	padding: 0px;
}
table.chinese td{
	padding: 4px;
	padding: !important;
}
.chinese_larger{
	font-size: 13pt;
}
.chinese_smaller{
	font-size: 14px;
}
