body {font-family: "新細明體", "細明體", Arial, Helvetica, sans-serif;}
body {MARGIN: 0px 0px 0px 0px} 
body {background-image: url(cd_images/bg_body03.gif);}
/*body {background-color: #999999}*/
/*body {background-image: url(cd_images/bg_body_blue_white.jpg);}*/
/* 說明開始
A:link {color: blue} 一般連結：｛顏色：藍色｝
A:visited {color: gray} 參觀過的連結：｛顏色：灰色｝
A:active {color: green} 正在執行的連結：｛顏色：綠色｝
A:hover {color: red} 當滑鼠移到連結上：｛顏色：紅色｝
text-decoration: none  去除連結底線
text-decoration: underline 連結底線
font-size:16pt         字型大小
font-weight:bold       字型加粗
font-style: normal     字體(normal or 細明體 or 標楷體 等)
color:white            字型顏色
cursor: hand           游標形狀 手形
cursor: move           游標形狀 十字形
cursor: ne-resize      游標形狀 箭頭形

根據W3C標準(http://www.w3.org/TR/REC-CSS2/selector.html#dynamic-pseudo-classes)，
:hover、:active這些選擇器（selector）是可以用在超連結以外的HTML標籤上的！
例如，要使td的底色在游標滑過時改變，就可以使用td:hover{background:色彩;}，
相關範例可以參考W3C的Tests(http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/tests/css3-modsel-18.html)
只可惜，直到目前的IE第六版，都只能支援將:hover、:active用在超連結上。而Mozilla系列瀏覽器則有支援。
說明結束 */

A:link {COLOR: #666666; FONT-FAMILY: "新細明體","Arial" ; TEXT-DECORATION: none}
A:visited {COLOR: #666666; FONT-FAMILY: "新細明體","Arial"; TEXT-DECORATION: none}
A:active {COLOR: #666666; FONT-FAMILY: "新細明體","Arial"; TEXT-DECORATION: none}
A:hover {COLOR: #666666; FONT-FAMILY: "新細明體","Arial"; TEXT-DECORATION: underline}


.mainbg {background-color:#ffffff}
.pagebottom {color:#ffffff ;font-size: 10pt; padding: 10px 10px 10px 10px}
/*
所有四個邊的留白可以同時由 padding 屬性設定。它的語法如下：padding: [上面留白值] [右邊留白值] [下面留白值] [左邊留白值] 
*/

/*背景屬性
background-color 屬性是用來指定背景的顏色。 

background-image 屬性是用來指定用什麼圖案來當做背景。
background-repeat 屬性是用來指定背景圖案重不重複。預設值是 "repeat"，代表此背景圖案將在 x- 及 y-方向都會重覆。其他的值為 repeat-x (x-方向重複)、repeat-y (y-方向重複)、以及 no-repeat (不重複)。
background-color 屬性是用來指定背景的顏色。
*/

/* 以下為一般字型之CSS */

.td-txt{
	font-size: 10pt;
	color: #333333;
	line-height : 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.td-txt333333B{
	font-size: 10pt;
	color: #333333;
	font-weight:bold;
}
.td-txtFFFFFFB{
	font-size: 10pt;
	color: #FFFFFF;
	font-weight:bold;
}
.td-txt000099B{
	font-size: 10pt;
	color: #000099;
	font-weight:bold;
}
.td-boxclass{
	font-size: 10pt;
	color: #333333;
	line-height : normal;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding: 5px;
	margin: 5px;
}
.td-box{
	font-size: 10pt;
	color: #0066CC;
	line-height : normal;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding: 5px;
	margin: 5px;
}
.txt-blue{
	font-size: 10pt;
	color: #0000FF;
}
.txt-12blue{
	font-size: 12pt;
	color: #0000FF;
}
.txt-red{
	font-size: 10pt;
	color: #FF0000;
}
.txt-green{
	font-size: 10pt;
	color: #009900;
}
 
.7sc-blue {  font-size: 7pt; font-style: normal; font-family: arial; color: blue}
.7sc-black {  font-size: 7pt; font-style: normal; font-family: arial; color: black}
.7sc-white {  font-size: 7pt; font-style: normal; font-family: arial; color: white}
.7sc-green {  font-size: 7pt; font-style: normal; font-family: arial; color: green}
.7sc-999999 {  font-size: 7pt; font-style: normal; font-family: arial; color: #999999}
.7sc-666666 {  font-size: 7pt; font-style: normal; font-family: arial; color: #666666}
.7sc-336699 {  font-size: 7pt; font-style: normal; font-family: arial; color: #336699}
.7sc-dddddd {  font-size: 7pt; font-style: normal; font-family: arial; color: #dddddd}
.7sc-red { font-size: 7pt; font-style: normal; font-family: arial; color: red}
.7sc-important {  font-size: 7pt; font-style: normal; font-family: arial;color:red ; font-weight:bold}

.8sc-red {  font-size: 8pt; font-style: normal; font-family: arial; color: red}
.8sc-blue {  font-size: 8pt; font-style: normal; font-family: arial; color: blue}
.8sc-black {  font-size: 8pt; font-style: normal; font-family: arial; color: black}
.8sc-white {  font-size: 8pt; font-style: normal; font-family: arial; color: white}
.8sc-green {  font-size: 8pt; font-style: normal; font-family: arial; color: green}
.8sc-999999 {  font-size: 8pt; font-style: normal; font-family: arial; color: #999999}
.8sc-666666 {  font-size: 8pt; font-style: normal; font-family: arial; color: #666666}
.8sc-336699 {  font-size: 8pt; font-style: normal; font-family: arial; color: #336699}
.8sc-333333 {  font-size: 8pt; font-style: normal; font-family: arial; color: #333333}
.8sc-dddddd {  font-size: 8pt; font-style: normal; font-family: arial; color: #dddddd}
.8sc-important {  font-size: 8pt; font-style: normal; font-family: arial; color:red ; font-weight:bold}

.9sc-red {  font-size: 9pt; font-style: normal; color: red}
.9sc-blue {  font-size: 9pt; font-style: normal; color: blue}
.9sc-black {  font-size: 9pt; font-style: normal; color: black}
.9sc-white {  font-size: 9pt; font-style: normal; color: white}
.9sc-green {  font-size: 9pt; font-style: normal; color: green}
.9sc-999999 {  font-size: 9pt; font-style: normal; color: #999999}
.9sc-666666 {  font-size: 9pt; font-style: normal; color: #666666}
.9sc-336699 {  font-size: 9pt; font-style: normal; color: #336699}
.9sc-333333 {  font-size: 9pt; font-style: normal; color: #333333}
.9sc-990000 {  font-size: 9pt; font-style: normal; color: #990000}
.9sc-dddddd {  font-size: 9pt; font-style: normal; color: #dddddd}
.9sc-important {  font-size: 9pt; font-style: normal; color:red ; font-weight:bold}

.10sc-red {  font-size: 10pt; font-style: normal; color: red;line-height : 24px;}
.10sc-blue {  font-size: 10pt; font-style: normal; color: #0000FF;line-height : 24px;}
.10sc-black {  font-size: 10pt; font-style: normal; color: black;line-height : 24px;}
.10sc-white {  font-size: 10pt; font-style: normal; color: white;line-height : 24px;}
.10sc-green {  font-size: 10pt; font-style: normal; color: green;line-height : 24px;}
.10sc-999999 {  font-size: 10pt; font-style: normal; color: #999999;line-height : 24px;}
.10sc-666666 {  font-size: 10pt; font-style: normal; color: #666666;line-height : 24px;}
.10sc-336699 {  font-size: 10pt; font-style: normal; color: #336699;line-height : 24px;}
.10sc-333333 {  font-size: 10pt; font-style: normal; color: #333333;line-height : 24px;}
.10sc-990000 {  font-size: 10pt; font-style: normal; color: #990000;line-height : 24px;}
.10sc-dddddd {  font-size: 10pt; font-style: normal; color: #dddddd;line-height : 24px;}
.10sc-important {  font-size:10pt; font-style: normal; color:red ; font-weight:bold}

.12sc-red {  font-size: 12pt; font-style: normal; color: red}
.12sc-blue {  font-size: 12pt; font-style: normal; color: blue}
.12sc-black {  font-size: 12pt; font-style: normal; color: black}
.12sc-white {  font-size: 12pt; font-style: normal; color: white}
.12sc-green {  font-size: 12pt; font-style: normal; color: green}
.12sc-999999 {  font-size: 12pt; font-style: normal; color: #999999}
.12sc-666666 {  font-size: 12pt; font-style: normal; color: #666666}
.12sc-336699 {  font-size: 12pt; font-style: normal; color: #336699}
.12sc-990000 {  font-size: 12pt; font-style: normal; color: #990000}
.12sc-dddddd {  font-size: 12pt; font-style: normal; color: #dddddd}
.12sc-important {  font-size: 12pt; font-style: normal; color:red ; font-weight:bold}

.16sc-red {  font-size: 16pt; font-style: normal; color: red}
.16sc-blue {  font-size: 16pt; font-style: normal; color: blue}
.16sc-black {  font-size: 16pt; font-style: normal; color: black}
.16sc-white {  font-size: 16pt; font-style: normal; color: white}
.16sc-green {  font-size: 16pt; font-style: normal; color: green}
.16sc-999999 {  font-size:: 10pt; font-style: normal; color:red ; font-weight:bold}
.16sc-666666 {  font-size: 16pt; font-style: normal; color: #666666}
.16sc-336699 {  font-size: 16pt; font-style: normal; color: #336699}
.16sc-333333 {  font-size: 16pt; font-style: normal; color: #333333}
.16sc-990000 {  font-size: 16pt; font-style: normal; color: #990000}
.16sc-dddddd {  font-size: 16pt; font-style: normal; color: #dddddd}
.16sc-important {  font-size: 16pt; font-style: normal; color:red ; font-weight:bold}

/* 以下為超連結之CSS 連結時無底線*/
A.9sc-666666-Red:link {color:#666666; font-size:9pt; text-decoration: none; cursor: hand} 
A.9sc-666666-Red:visited {color:#666666; font-size:9pt; text-decoration: none; cursor: hand} 
A.9sc-666666-Red:active {color:red; font-size:9pt; text-decoration: none; cursor: hand}
A.9sc-666666-Red:hover {color:red; font-size:9pt; text-decoration: none; cursor: hand} 
A.10sc-666666-Red:link {color:#666666; font-size:10pt; text-decoration: none; cursor: hand} 
A.10sc-666666-Red:visited {color:#666666; font-size:10pt; text-decoration: none; cursor: hand} 
A.10sc-666666-Red:active {color:red; font-size:10pt; text-decoration: none; cursor: hand}
A.10sc-666666-Red:hover {color:red; font-size:10pt; text-decoration: none; cursor: hand} 
A.12sc-666666-Red:link {color:#666666; font-size:12pt; text-decoration: none; cursor: hand} 
A.12sc-666666-Red:visited {color:#666666; font-size:12pt; text-decoration: none; cursor: hand} 
A.12sc-666666-Red:active {color:red; font-size:12pt; text-decoration: none; cursor: hand}
A.12sc-666666-Red:hover {color:red; font-size:12pt; text-decoration: none; cursor: hand} 
A.16sc-666666-Red:link {color:#666666; font-size:16pt; text-decoration: none; cursor: hand} 
A.16sc-666666-Red:visited {color:#666666; font-size:16pt; text-decoration: none; cursor: hand} 
A.16sc-666666-Red:active {color:red; font-size:16pt; text-decoration: none; cursor: hand}
A.16sc-666666-Red:hover {color:red; font-size:16pt; text-decoration: none; cursor: hand} 

A.9sc-999999-Red:link {color:#999999; font-size:9pt; text-decoration: none; cursor: hand} 
A.9sc-999999-Red:visited {color:#999999; font-size:9pt; text-decoration: none; cursor: hand} 
A.9sc-999999-Red:active {color:red; font-size:9pt; text-decoration: none; cursor: hand}
A.9sc-999999-Red:hover {color:red; font-size:9pt; text-decoration: none; cursor: hand} 
A.10sc-999999-Red:link {color:#999999; font-size:10pt; text-decoration: none; cursor: hand} 
A.10sc-999999-Red:visited {color:#999999; font-size:10pt; text-decoration: none; cursor: hand} 
A.10sc-999999-Red:active {color:red; font-size:10pt; text-decoration: none; cursor: hand}
A.10sc-999999-Red:hover {color:red; font-size:10pt; text-decoration: none; cursor: hand} 
A.12sc-999999-Red:link {color:#999999; font-size:12pt; text-decoration: none; cursor: hand} 
A.12sc-999999-Red:visited {color:#999999; font-size:12pt; text-decoration: none; cursor: hand} 
A.12sc-999999-Red:active {color:red; font-size:12pt; text-decoration: none; cursor: hand}
A.12sc-999999-Red:hover {color:red; font-size:12pt; text-decoration: none; cursor: hand} 
A.16sc-999999-Red:link {color:#999999; font-size:16pt; text-decoration: none; cursor: hand} 
A.16sc-999999-Red:visited {color:#999999; font-size:16pt; text-decoration: none; cursor: hand} 
A.16sc-999999-Red:active {color:red; font-size:16pt; text-decoration: none; cursor: hand}
A.16sc-999999-Red:hover {color:red; font-size:16pt; text-decoration: none; cursor: hand} 

A.9sc-white-Red:link {color:white; font-size:9pt; text-decoration: none; cursor: hand} 
A.9sc-white-Red:visited {color:white; font-size:9pt; text-decoration: none; cursor: hand} 
A.9sc-white-Red:active {color:red; font-size:9pt; text-decoration: none; cursor: hand}
A.9sc-white-Red:hover {color:red; font-size:9pt; text-decoration: none; cursor: hand} 
A.10sc-white-Red:link {color:white; font-size:10pt; text-decoration: none; cursor: hand} 
A.10sc-white-Red:visited {color:white; font-size:10pt; text-decoration: none; cursor: hand} 
A.10sc-white-Red:active {color:red; font-size:10pt; text-decoration: none; cursor: hand}
A.10sc-white-Red:hover {color:red; font-size:10pt; text-decoration: none; cursor: hand} 
A.12sc-white-Red:link {color:white; font-size:12pt; text-decoration: none; cursor: hand} 
A.12sc-white-Red:visited {color:white; font-size:12pt; text-decoration: none; cursor: hand} 
A.12sc-white-Red:active {color:red; font-size:12pt; text-decoration: none; cursor: hand}
A.12sc-white-Red:hover {color:red; font-size:12pt; text-decoration: none; cursor: hand} 
A.16sc-white-Red:link {color:white; font-size:16pt; text-decoration: none; cursor: hand} 
A.16sc-white-Red:visited {color:white; font-size:16pt; text-decoration: none; cursor: hand} 
A.16sc-white-Red:active {color:red; font-size:16pt; text-decoration: none; cursor: hand}
A.16sc-white-Red:hover {color:red; font-size:16pt; text-decoration: none; cursor: hand} 

A.9sc-black-Red:link {color:black; font-size:9pt; text-decoration: none; cursor: hand} 
A.9sc-black-Red:visited {color:black; font-size:9pt; text-decoration: none; cursor: hand} 
A.9sc-black-Red:active {color:red; font-size:9pt; text-decoration: none; cursor: hand}
A.9sc-black-Red:hover {color:red; font-size:9pt; text-decoration: none; cursor: hand} 
A.10sc-black-Red:link {color:black; font-size:10pt; text-decoration: none; cursor: hand} 
A.10sc-black-Red:visited {color:black; font-size:10pt; text-decoration: none; cursor: hand} 
A.10sc-black-Red:active {color:red; font-size:10pt; text-decoration: none; cursor: hand}
A.10sc-black-Red:hover {color:red; font-size:10pt; text-decoration: none; cursor: hand} 
A.12sc-black-Red:link {color:black; font-size:12pt; text-decoration: none; cursor: hand} 
A.12sc-black-Red:visited {color:black; font-size:12pt; text-decoration: none; cursor: hand} 
A.12sc-black-Red:active {color:red; font-size:12pt; text-decoration: none; cursor: hand}
A.12sc-black-Red:hover {color:red; font-size:12pt; text-decoration: none; cursor: hand} 
A.16sc-black-Red:link {color:black; font-size:16pt; text-decoration: none; cursor: hand} 
A.16sc-black-Red:visited {color:black; font-size:16pt; text-decoration: none; cursor: hand} 
A.16sc-black-Red:active {color:red; font-size:16pt; text-decoration: none; cursor: hand}
A.16sc-black-Red:hover {color:red; font-size:16pt; text-decoration: none; cursor: hand} 

A.9sc-blue-Red:link {color:blue; font-size:9pt; text-decoration: none; cursor: hand} 
A.9sc-blue-Red:visited {color:blue; font-size:9pt; text-decoration: none; cursor: hand} 
A.9sc-blue-Red:active {color:red; font-size:9pt; text-decoration: none; cursor: hand}
A.9sc-blue-Red:hover {color:red; font-size:9pt; text-decoration: none; cursor: hand} 
A.10sc-blue-Red:link {color:blue; font-size:10pt; text-decoration: none; cursor: hand} 
A.10sc-blue-Red:visited {color:blue; font-size:10pt; text-decoration: none; cursor: hand} 
A.10sc-blue-Red:active {color:red; font-size:10pt; text-decoration: none; cursor: hand}
A.10sc-blue-Red:hover {color:red; font-size:10pt; text-decoration: none; cursor: hand} 
A.12sc-blue-Red:link {color:blue; font-size:12pt; text-decoration: none; cursor: hand} 
A.12sc-blue-Red:visited {color:blue; font-size:12pt; text-decoration: none; cursor: hand} 
A.12sc-blue-Red:active {color:red; font-size:12pt; text-decoration: none; cursor: hand}
A.12sc-blue-Red:hover {color:red; font-size:12pt; text-decoration: none; cursor: hand} 
A.16sc-blue-Red:link {color:blue; font-size:16pt; text-decoration: none; cursor: hand} 
A.16sc-blue-Red:visited {color:blue; font-size:16pt; text-decoration: none; cursor: hand} 
A.16sc-blue-Red:active {color:red; font-size:16pt; text-decoration: none; cursor: hand}
A.16sc-blue-Red:hover {color:red; font-size:16pt; text-decoration: none; cursor: hand} 

/* 以下為超連結之CSS 連結時有底線*/
A.9scl-666666-666666:link {color:#666666; font-size:9pt; text-decoration: none; cursor: hand} 
A.9scl-666666-666666:visited {color:#666666; font-size:9pt; text-decoration: none; cursor: hand} 
A.9scl-666666-666666:active {color:#666666; font-size:9pt; text-decoration: underline; cursor: hand}
A.9scl-666666-666666:hover {color:#666666; font-size:9pt; text-decoration: underline; cursor: hand} 
A.10scl-666666-Red:link {color:#666666; font-size:10pt; text-decoration: none; cursor: hand} 
A.10scl-666666-Red:visited {color:#666666; font-size:10pt; text-decoration: none; cursor: hand} 
A.10scl-666666-Red:active {color:red; font-size:10pt; text-decoration: underline; cursor: hand}
A.10scl-666666-Red:hover {color:red; font-size:10pt; text-decoration: underline; cursor: hand} 
A.12scl-666666-Red:link {color:#666666; font-size:12pt; text-decoration: none; cursor: hand} 
A.12scl-666666-Red:visited {color:#666666; font-size:12pt; text-decoration: none; cursor: hand} 
A.12scl-666666-Red:active {color:red; font-size:12pt; text-decoration: underline; cursor: hand}
A.12scl-666666-Red:hover {color:red; font-size:12pt; text-decoration: underline; cursor: hand} 
A.16scl-666666-Red:link {color:#666666; font-size:16pt; text-decoration: none; cursor: hand} 
A.16scl-666666-Red:visited {color:#666666; font-size:16pt; text-decoration: none; cursor: hand} 
A.16scl-666666-Red:active {color:red; font-size:16pt; text-decoration: underline; cursor: hand}
A.16scl-666666-Red:hover {color:red; font-size:16pt; text-decoration: underline; cursor: hand} 

A.9scl-999999-Red:link {color:#999999; font-size:9pt; text-decoration: none; cursor: hand} 
A.9scl-999999-Red:visited {color:#999999; font-size:9pt; text-decoration: none; cursor: hand} 
A.9scl-999999-Red:active {color:red; font-size:9pt; text-decoration: underline; cursor: hand}
A.9scl-999999-Red:hover {color:red; font-size:9pt; text-decoration: underline; cursor: hand} 
A.10scl-999999-Red:link {color:#999999; font-size:10pt; text-decoration: none; cursor: hand} 
A.10scl-999999-Red:visited {color:#999999; font-size:10pt; text-decoration: none; cursor: hand} 
A.10scl-999999-Red:active {color:red; font-size:10pt; text-decoration: underline; cursor: hand}
A.10scl-999999-Red:hover {color:red; font-size:10pt; text-decoration: underline; cursor: hand} 
A.12scl-999999-Red:link {color:#999999; font-size:12pt; text-decoration: none; cursor: hand} 
A.12scl-999999-Red:visited {color:#999999; font-size:12pt; text-decoration: none; cursor: hand} 
A.12scl-999999-Red:active {color:red; font-size:12pt; text-decoration: underline; cursor: hand}
A.12scl-999999-Red:hover {color:red; font-size:12pt; text-decoration: underline; cursor: hand} 
A.16scl-999999-Red:link {color:#999999; font-size:16pt; text-decoration: none; cursor: hand} 
A.16scl-999999-Red:visited {color:#999999; font-size:16pt; text-decoration: none; cursor: hand} 
A.16scl-999999-Red:active {color:red; font-size:16pt; text-decoration: underline; cursor: hand}
A.16scl-999999-Red:hover {color:red; font-size:16pt; text-decoration: underline; cursor: hand} 

A.9scl-white-white:link {color:white; font-size:9pt; text-decoration: none; cursor: hand} 
A.9scl-white-white:visited {color:white; font-size:9pt; text-decoration: none; cursor: hand} 
A.9scl-white-white:active {color:white; font-size:9pt; text-decoration: underline; cursor: hand}
A.9scl-white-white:hover {color:white; font-size:9pt; text-decoration: underline; cursor: hand} 
A.10scl-white-Red:link {color:white; font-size:10pt; text-decoration: none; cursor: hand} 
A.10scl-white-Red:visited {color:white; font-size:10pt; text-decoration: none; cursor: hand} 
A.10scl-white-Red:active {color:red; font-size:10pt; text-decoration: underline; cursor: hand}
A.10scl-white-Red:hover {color:red; font-size:10pt; text-decoration: underline; cursor: hand} 
A.12scl-white-Red:link {color:white; font-size:12pt; text-decoration: none; cursor: hand} 
A.12scl-white-Red:visited {color:white; font-size:12pt; text-decoration: none; cursor: hand} 
A.12scl-white-Red:active {color:red; font-size:12pt; text-decoration: underline; cursor: hand}
A.12scl-white-Red:hover {color:red; font-size:12pt; text-decoration: underline; cursor: hand} 
A.16scl-white-Red:link {color:white; font-size:16pt; text-decoration: none; cursor: hand} 
A.16scl-white-Red:visited {color:white; font-size:16pt; text-decoration: none; cursor: hand} 
A.16scl-white-Red:active {color:red; font-size:16pt; text-decoration: underline; cursor: hand}
A.16scl-white-Red:hover {color:red; font-size:16pt; text-decoration: underline; cursor: hand} 

A.9scl-black-black:link {color:black; font-size:9pt; text-decoration: none; cursor: hand} 
A.9scl-black-black:visited {color:black; font-size:9pt; text-decoration: none; cursor: hand} 
A.9scl-black-black:active {color:black; font-size:9pt; text-decoration: underline; cursor: hand}
A.9scl-black-black:hover {color:black; font-size:9pt; text-decoration: underline; cursor: hand} 
A.10scl-black-Red:link {color:black; font-size:10pt; text-decoration: none; cursor: hand} 
A.10scl-black-Red:visited {color:black; font-size:10pt; text-decoration: none; cursor: hand} 
A.10scl-black-Red:active {color:red; font-size:10pt; text-decoration: underline; cursor: hand}
A.10scl-black-Red:hover {color:red; font-size:10pt; text-decoration: underline; cursor: hand} 
A.12scl-black-Red:link {color:black; font-size:12pt; text-decoration: none; cursor: hand} 
A.12scl-black-Red:visited {color:black; font-size:12pt; text-decoration: none; cursor: hand} 
A.12scl-black-Red:active {color:red; font-size:12pt; text-decoration: underline; cursor: hand}
A.12scl-black-Red:hover {color:red; font-size:12pt; text-decoration: underline; cursor: hand} 
A.16scl-black-Red:link {color:black; font-size:16pt; text-decoration: none; cursor: hand} 
A.16scl-black-Red:visited {color:black; font-size:16pt; text-decoration: none; cursor: hand} 
A.16scl-black-Red:active {color:red; font-size:16pt; text-decoration: underline; cursor: hand}
A.16scl-black-Red:hover {color:red; font-size:16pt; text-decoration: underline; cursor: hand} 

A.9scl-blue-Red:link {color:blue; font-size:9pt; text-decoration: none; cursor: hand} 
A.9scl-blue-Red:visited {color:blue; font-size:9pt; text-decoration: none; cursor: hand} 
A.9scl-blue-Red:active {color:red; font-size:9pt; text-decoration: underline; cursor: hand}
A.9scl-blue-Red:hover {color:red; font-size:9pt; text-decoration: underline; cursor: hand} 
A.10scl-blue-Red:link {color:blue; font-size:10pt; text-decoration: none; cursor: hand} 
A.10scl-blue-Red:visited {color:blue; font-size:10pt; text-decoration: none; cursor: hand} 
A.10scl-blue-Red:active {color:red; font-size:10pt; text-decoration: underline; cursor: hand}
A.10scl-blue-Red:hover {color:red; font-size:10pt; text-decoration: underline; cursor: hand} 
A.12scl-blue-Red:link {color:blue; font-size:12pt; text-decoration: none; cursor: hand} 
A.12scl-blue-Red:visited {color:blue; font-size:12pt; text-decoration: none; cursor: hand} 
A.12scl-blue-Red:active {color:red; font-size:12pt; text-decoration: underline; cursor: hand}
A.12scl-blue-Red:hover {color:red; font-size:12pt; text-decoration: underline; cursor: hand} 
A.16scl-blue-Red:link {color:blue; font-size:16pt; text-decoration: none; cursor: hand} 
A.16scl-blue-Red:visited {color:blue; font-size:16pt; text-decoration: none; cursor: hand} 
A.16scl-blue-Red:active {color:red; font-size:16pt; text-decoration: underline; cursor: hand}
A.16scl-blue-Red:hover {color:red; font-size:16pt; text-decoration: underline; cursor: hand} 


/*H1~H6標題設定 */
H1 {font-size: 14pt/20%; font-weight:normal ; font-family: Arial ;letter-spacing : 0pt}
H2 {font-size: 12pt/20%; font-weight:normal ; font-family: Arial ;letter-spacing : 1pt}
H3 {font-size: 10pt/20%; font-weight:normal ; font-family: Arial ;letter-spacing : 1pt}
H4 {font-size: 9pt/30% ; font-weight:normal ; font-family: Arial ;letter-spacing : 2pt}
H5 {font-size: 8pt/40% ; font-weight:normal ; font-family: Arial ;letter-spacing : 2pt}
H6 {font-size: 7pt/50% ; font-weight:normal ; font-family: Arial ;letter-spacing : 0pt}

/* 表格設定 */
.box-1px-solid-black  {border-width: 1px ; border-style :solid ; border-color:black; }
.box-1px-solid-White  {border-width: 1px ; border-style :solid ; border-color:White; }
.box-1px-solid-Red    {border-width: 1px ; border-style :solid ; border-color:Red;   } 
.box-1px-solid-Yellow {border-width: 1px ; border-style :solid ; border-color:Yellow;}
.box-1px-solid-Blue   {border-width: 1px ; border-style :solid ; border-color:Blue;  }
.box-1px-solid-Silver {border-width: 1px ; border-style :solid ; border-color:Silver;}
.box-1px-solid-Green  {border-width: 1px ; border-style :solid ; border-color:Green; }
.box-1px-solid-Maroon {border-width: 1px ; border-style :solid ; border-color:Maroon;}
.box-1px-solid-Navy   {border-width: 1px ; border-style :solid ; border-color:Navy;  }
.box-1px-solid-Navy   {border-width: 1px ; border-style :solid ; border-color:Navy;  }

.box-2px-double-black  {border-width: 3px ; border-style :double ; border-color:black; }
.box-2px-double-White  {border-width: 3px ; border-style :double ; border-color:White; }
.box-2px-double-Red    {border-width: 3px ; border-style :double ; border-color:Red;   }
.box-2px-double-Yellow {border-width: 3px ; border-style :double ; border-color:Yellow;}
.box-2px-double-Blue   {border-width: 3px ; border-style :double ; border-color:Blue;  }
.box-2px-double-Silver {border-width: 3px ; border-style :double ; border-color:Silver;}
.box-2px-double-Green  {border-width: 3px ; border-style :double ; border-color:Green; }
.box-2px-double-Maroon {border-width: 3px ; border-style :double ; border-color:Maroon;}
.box-2px-double-Navy   {border-width: 3px ; border-style :double ; border-color:Navy;  }
.box-2px-double-Navy   {border-width: 3px ; border-style :double ; border-color:Navy;  }

.box-3px-double-black  {border-width: 4px ; border-style :double ; border-color:black; }
.box-3px-double-White  {border-width: 4px ; border-style :double ; border-color:White; }
.box-3px-double-Red    {border-width: 4px ; border-style :double ; border-color:Red;   }
.box-3px-double-Yellow {border-width: 4px ; border-style :double ; border-color:Yellow;}
.box-3px-double-Blue   {border-width: 4px ; border-style :double ; border-color:Blue;  }
.box-3px-double-Silver {border-width: 4px ; border-style :double ; border-color:Silver;}
.box-3px-double-Green  {border-width: 4px ; border-style :double ; border-color:Green; }
.box-3px-double-Maroon {border-width: 4px ; border-style :double ; border-color:Maroon;}
.box-3px-double-Navy   {border-width: 4px ; border-style :double ; border-color:Navy;  }
.box-3px-double-Navy   {border-width: 4px ; border-style :double ; border-color:Navy;  }


/*
solid 實線
dashed 虛線
double 雙線
dotted 點線
groove 凹線
ridge 凸線
inset 嵌入線
outset 浮出線
*/

td {font-family: Arial; font-weight:normal; font-family: Arial }

th {
	font-family: Arial, Helvetica, sans-serif;
}

p {
  line-height:25px;
} 
