body {
	color: #333333;
}
.header {
	color: #996600;
	font-size: 18px;
	font-weight: bold;
	font-family: sans-serif;
	text-align: justify;
}
.subheader {
	color: #663300;
	font-size: 14px;
	font-weight: bold;
	font-family: sans-serif;
}
.bodytext {
	font-size: 12px;
	line-height: 20px;
	font-family: sans-serif;
	text-align: justify;
}
.chinesetext .bodytext {
	font-size: 12px;
	line-height: 20px;
	font-family: sans-serif;
	text-align: left!important;
}
.caption {
	color: #FFFFFF; 
	font-size: 10px;
	font-family: sans-serif;
}	
.bold {
	font-family: sans-serif;
	font-weight: bold;
}
.italic {
	font-family: sans-serif;
	font-style: italic;
}
.underline {
	font-family: sans-serif;
	text-decoration: underline;
}
.brown_text { 
	color: #663300; 
}
th, td, ul, ol, li {
	font-size: 12px;
	line-height: 20px;
	font-family: sans-serif;
}
td.subject { 
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
td.content { 
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px dotted #996600;
}
ul {
	list-style: square outside;
}
li {
	margin-top: 4px;
}
a:link { 
	color: #FFFFFF; 
	text-decoration: none;
}
a:visited { 
	color: #FFFFFF;
	text-decoration: none;
}
a:hover { 
	color: #CC9900; 
	text-decoration: underline;
}
a:active { 
	color: #CC9900;
	text-decoration: none;
}
