a:link {
	font-family: "新細明體";
	text-decoration: underline;
	color: #2B5E02;
}
a:active {
	font-family: "新細明體";
	color: #39B54A;
	text-decoration: underline;
}
a:hover {
	font-family: "新細明體";
	color: #39B54A;
	text-decoration: underline;
}

.boldtext {
	font-family: "新細明體";
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

.copyright {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 7pt;
	font-weight: normal;
	color: #2B5E02;
}

.header {
	font-family: "新細明體";
	font-size: 18pt;
	font-weight: bold;
	color: #2B5E02;
}

.italictext {
	font-family: "新細明體";
	font-size: 12pt;
	font-style: italic;
	color: #000000;
}

.subheader {
	font-family: "新細明體";
	font-size: 16pt;
	font-weight: bold;
	color: #2B5E02;
}

.text {
	font-family: "新細明體";
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
}

.greensmalltext {
	font-family: "新細明體";
	font-size: 10pt;
	font-weight: normal;
	color: #2B5E02;
}

.smalltext {
	font-family: "新細明體";
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}

.textforlink {
	font-family:  "新細明體";
	font-size: 12pt;
	font-weight: normal;
	text-decoration: underline;
	color: #2B5E02;
}

.boldtextforlink {
	font-family:  "新細明體";
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
	color: #2B5E02;
}

.textforsmalllink {
	font-family:  "新細明體";
	font-size: 10pt;
	font-weight: normal;	
	text-decoration: underline;
	color: #2B5E02;
}

.boldtextforsmalllink {
	font-family:  "新細明體";
	font-size: 10pt;
	font-weight: bold;	
	text-decoration: underline;
	color: #2B5E02;
}