body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	xfont-family: Simsun, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
}
#header {
	text-align: center;
	background: #C0D8FF;
	padding-top: 3px;
	border-bottom: solid 1px #808080;
}
#header h1 {
	font-size: 1.5em;
	color: #000000;
	margin: 0;
	padding: 5px 0 2px 0;
}
#header h1 span {
	font-size: 70%;
	xcolor: #00FF00;
}
#header h2 {
	font-size: 0.8em;
	font-weight: normal;
	color: #C00000;
	word-spacing: 2em;
	letter-spacing: 0.5em;
	margin: 0;
}
#title {
	margin: 5px 0 5px 0;
	text-align: center;
	background: #B73803;
}
#title h2 {
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0;
	padding: 2px;
}
#main {
	position: relative;
	width: 100%;
}
#unitmenu {
	position: absolute;
	top: 0;
	left: 0;
	width: 18%;
	background: #C0D8FF;
	border: solid 1px #808080;
	font-size: 0.8em;
}
#unitmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#unitmenu li {
	padding: 0.5em 0.25em;
	border-bottom: dotted 1px #566E95;
}
#unitmenu a {
}
#unitmenu a:link {
	color: #566E95;
	text-decoration: none;
}
#unitmenu a:visited {
	color: #86A5D7;
	text-decoration: none;
}
#unitmenu a:hover {
	color: #C00000;
	text-decoration: none;
}
#stagemenu {
	position: absolute;
	top: 0;
	right: 0;
	width: 18%;
	background: #C0D8FF;
	border: solid 1px #808080;
	font-size: 0.8em;
}
#stagemenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#stagemenu li {
	padding: 0.5em 0.25em;
	border-bottom: dotted 1px #566E95;
}
#stagemenu a:link {
	color: #566E95;
	text-decoration: none;
}
#stagemenu a:visited {
	color: #86A5D7;
	text-decoration: none;
}
#stagemenu a:hover {
	color: #C00000;
	text-decoration: none;
}
#content {
	xwidth: 100%;
	margin: 0 5% 0 5%;
}
#content h1 {
	font-size: 1.2em;
	text-align: center;
	xfont-weight: normal;
}
#content h1.en {
	margin-top: 10px;
	margin-bottom: 0px;
}
#content h1.lg {
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom: solid 1px #C00000;
	color: #304050;
}
#content h2 {
	font-size: 1em;
	xfont-weight: normal;
}
#content h2.en {
	margin-top: 5px;
	margin-bottom: 0px;
}
#content h2.lg {
	margin-top: 0px;
	margin-bottom: 10px;
	color: #600060;
}
#content h3 {
	font-size: 0.8em;
	margin-bottom: 0px;
	margin-left: 20px;
	font-weight: normal;
}
#content h3.en {
	margin-top: 5px;
}
#content h3.lg {
	margin-top: 0px;
	color: #600060;
}
#content p {
	font-size: 0.8em;
	margin-top: 0px;
	margin-left: 40px;
}
#content p.en {
	margin-top: 0px;
	margin-bottom: 5px;
}
#content p.lg {
	margin-top: 0px;
	margin-bottom: 5px;
	color: #600060;
}
#content p.letters span {
	padding-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content table {
	margin: 0 0 10px 40px;
	border-bottom: solid 1px #425778;
	border-right: solid 1px #425778;
}
#content td {
	font-size: 0.8em;
	padding: 0 20px 0 2px;
	vertical-align: top;
}
#content .t2 td {
	border: solid 1px #DCE9FD;
}
#content .t4 td {
	border-bottom: solid 1px #DCE9FD;
	border-right: solid 1px #DCE9FD;
}
#content div.words {
	margin: 0 0 10px 40px;
}
#content div.words div {
	float: left;
	border: solid 1px #DCE9FD;
	padding: 3px;
	margin: 10px 20px 10px 0;
	height: 3em;
}
#content td.sh {
	background: #DCE9FD;
	border-bottom: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
}
#content .image {
	margin: 0 0 20px 40px;
}
#content .image img {
	float: left;
	margin-right: 20px;
}
#content .image table {
	margin: 0 0 10px 0;
}
#footer {
	margin: 5px 0 5px 0;
	text-align: center;
	background: #B73803;
}
#footer h2 {
	font-size: 0.7em;
	xfont-weight: normal;
	color: #FFFFFF;
	margin: 0;
	padding: 2px;
}