.txt1 { FONT-FAMILY: "Times New Roman"; FONT-SIZE: 10pt; color: #73A4DF; line-height: 12pt }
.txt2 { FONT-FAMILY: "Times New Roman"; FONT-SIZE: 10pt; color: #777777; line-height: 12pt }
.txt3 { FONT-FAMILY: "Times New Roman"; FONT-SIZE: 10pt; color: #777777; line-height: 12pt }
.top {  FONT-FAMILY: "Times New Roman"; FONT-SIZE: 10pt; color: #ffffff; line-height: 12pt }
.indexMENU {  FONT-FAMILY: "Times New Roman"; FONT-SIZE: 10pt; color: #660066; line-height: 12pt }
.indexnews {  FONT-FAMILY: "Times New Roman"; FONT-SIZE: 10pt; color: #333333; line-height: 16pt }
.down { FONT-FAMILY: "Times New Roman"; FONT-SIZE: 10pt; line-height: 12pt }
.page {  FONT-FAMILY: "Times New Roman"; FONT-SIZE: 10pt; color: #5A5A5A; line-height: 12pt }
.pageurl {  FONT-FAMILY: "Times New Roman"; FONT-SIZE: 12pt; color: #5A5A5A; line-height: 14pt }
/* 一次解決版面撐開、英文斷字、避頭尾、段落左右邊界不齊問題 */
/* by：meiji 200702 */
/* 解決英文斷字、避頭尾、段落左右邊界不齊問題 */
/* 表格樣式 */
table td {
   /* 英文單字自動換行 */
   word-wrap: break-word;
   /* 正常避頭尾 */
   word-break: normal;
   /* 文字左右對齊 */
   text-align:justify;
   text-justify:inter-ideograph;
   font-family:Times New Roman; font-size: 10pt; line-height: 13pt;
}

