body {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	background-color: E1E1E1;
	background-image: url(../image/shadow.jpg);
	background-repeat: repeat-y;
}
td {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
}
.bold {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	font-weight: bold;
	color: 2D5802;
}
.chinese {
	font-family: "SimSun";
	font-size: 14px;
}
.chinese_bold {
	font-family: "SimSun";
	font-size: 14px;
	font-weight: bold;
	color: 2D5802;
}
.green {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	color: 2D5802;
}
.green_chinese {
	font-family: "SimSun";
	font-size: 14px;
	color: 2D5802;
}
a:link {
	color: #339900;
	text-decoration: none;
}
a:hover {
	color: #336600;
	text-decoration: underline;

}
