/* CSS Document */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.txt1 {
	font-family: "新細明體";
	font-size: 12px;
	line-height: 22px;
	color: #666666;
}
.txt1-1 {
	font-family: "新細明體";
	font-size: 12px;
	line-height: 22px;
	color: #666666;
}
.txt2 {
	font-family: "新細明體";
	font-size: 12px;
	line-height: 22px;
	color: #CC0000;
}
.title1 {
	font-family: "新細明體";
	font-size: 12px;
	line-height: 22px;
	color: #003399;
}
.title2 {
	font-family: "新細明體";
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #666666;
}