/*使用時機：套用於網頁上方的導覽文字*/
.global {
	font-size: 11px;
	color: 646464;
	font-family: "Arial", "Helvetica", "sans-serif";
}
/*使用時機：套用於網頁中的路徑文字*/
.Path {
	font-size: 12px;
	letter-spacing: 1px;
}
/*使用時機：套用於網頁中的跑馬登文字*/
.pathAd {
	font-size: 12px;
	font-weight: bold;
	color: #CC6633;
}
/*使用時機：套用於網頁中的標題文字*/
.titTxt {
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}
/*使用時機：套用於網頁中的次標題文字*/
.subTxt {
	font-family: "新細明體";
	font-size: 12px;
	border: none;
	line-height: 22px;	
}
/*使用時機：套用於網頁中的版權宣告文字*/
.footer {
	font-size: 12px;
	font-family: "新細明體";
}
/*使用時機：套用於網頁中的阿拉伯數字*/
.number {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
}
/*使用時機：套用於全站網頁表格內的文字*/
td {
	font-size: 12px;
	line-height: 18px;
}
.iconTxt {
	font-size: 13px;
	font-weight: bold;
}
.fontTxt {
	font-size: 12px;
	color: #999999;
}
.fontTxt a:link, .fontTxt a:visited, .fontTxt a:active {
	font-family: "新細明體";
	color: #3366FF;

}
.fontTxt a:hover {
	font-family: "新細明體";
	color: #CC0000;
	text-decoration:underline;
}
/*使用時機：104survey會員登入頁注意事項外框*/
.case {
	margin: 1px;
	border: 1px dotted #6699CC;
}
.iconTxt {
	font-size: 13px;
	font-weight: bold;
}
