.text {
	font-family: "Trebuchet MS", Arial, "微軟正黑體", "Microsoft YaHei";
	font-size: 12pt;
	color: #666666;
	line-height: 20pt;
}
.footer {
	font-family: "Trebuchet MS", Arial, "微軟正黑體", "Microsoft YaHei";
	font-size: 10pt;
	color: #90908A;
	word-spacing: normal;
	line-height: 14pt;
}
.title {
	font-size: 28pt;
	color: #333333;
	line-height: 34pt;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	background-color: #FFFFCC;

}
.sub_title {
	font-family: "Trebuchet MS", Arial, "微軟正黑體", "Microsoft YaHei";
	font-size: 18pt;
	color: #333333;
	line-height: 22pt;
	text-decoration: underline;
	font-weight: bold;

}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	cursor: hand;
	background-color: #FFFFCC;
}
.landrborder {
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	border-right-width: 1px;
}