body {
	background-image: url(images/bg.jpg); /*背景*/ 
	background-repeat: repeat-x;                  /*背景不重複*/ 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size : 10pt;                                         /*文字大小*/
    font-family : Arial,Verdana, Helvetica, sans-serif;       /*文字字型*/
    color : #7e563e;                                          /*文字色彩*/
    letter-spacing : 0pt;                                     /*字間距離*/
	line-height:130%;                                         /*設定行高*/
}

a{  /*所有超連結*/
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 13px;
}

a:link {
	text-decoration: none;
	color: #480a00;
}

a:visited { /*瀏覽過的*/
	text-decoration: none;
	color: #480a00; 
}

a:hover { /*滑鼠移置連結*/
	text-decoration: none;
	color: #ee0000; 
}

a:active {
	text-decoration: none;
}

.style1 { /*文字深褐、虛線底*/ 
	color: #480a00;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 13px;
	border-bottom : 1px dotted #b28d6c;
}

.style1_a { /*文字褐、虛線底*/ 
	color: #7e563e;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 13px;
	border-bottom : 1px dotted #b28d6c;
	background-color:#f9f4ee; /*背景色彩*/

}

.style2 { /*文字紅、虛線底*/ 
	color: #ee0000;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 13px;
	border-bottom : 1px dotted #b28d6c;
}

.style2_a { /*文字紅、虛線底*/ 
	color: #9d4a00;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 13px;
	border-bottom : 1px dotted #b28d6c;
	background-color:#f9f4ee; /*背景色彩*/
}


.style3 { /*內文，文字深褐、行高135%*/ 
	color: #480a00;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height:135%;
}

.style3_2 { /*內文，文字深褐、行高135%*/ 
	color: #480a00;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	line-height:135%;
}

.style4 { /*內文，紅字、行高135%*/ 
	color: #d10000;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height:135%;
}

.style5 { /*文字紅、虛線底*/ 
	color: #835a40;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 13px;
}


.style6 { /*文字藍、虛線底*/ 
	color: #004e9e;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 13px;
	border-bottom : 1px dotted #b28d6c;
	background-color:#ffffff; /*背景色彩-白*/
	line-height:150%;
}

.style7_down_right { /*文字深褐、虛線底*/ 
	color: #480a00;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 13px;
	border-bottom : 1px dotted #b28d6c; /*下框線*/
	border-right : 1px dotted #b28d6c;  /*右框線*/
	padding-top: 3px; /*上邊框值*/
    padding-right: 3px; /*右邊框值*/
    padding-bottom: 3px; /*下邊框值*/
    padding-left: 3px; /*左邊框值*/
}

.style7_down_right_bg { /*文字褐、虛線底*/ 
	color: #7e563e;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 13px;
	border-bottom : 1px dotted #b28d6c; /*下框線*/
	border-right : 1px dotted #b28d6c;   /*右框線*/
	background-color:#f9f4ee; /*背景色彩*/
	padding-top: 3px; /*上邊框值*/
    padding-right: 3px; /*右邊框值*/
    padding-bottom: 3px; /*下邊框值*/
    padding-left: 3px; /*左邊框值*/
}
.style7_down { /*文字褐、虛線底*/ 
	color: #480a00;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 13px;
	border-bottom : 1px dotted #b28d6c; /*下框線*/
	padding-top: 3px; /*上邊框值*/
    padding-right: 3px; /*右邊框值*/
    padding-bottom: 3px; /*下邊框值*/
    padding-left: 3px; /*左邊框值*/
}
.style7_down_bg { /*文字褐、虛線底*/ 
	color: #7e563e;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#f9f4ee; /*背景色彩*/
	border-bottom : 1px dotted #b28d6c; /*下框線*/
	padding-top: 3px; /*上邊框值*/
    padding-right: 3px; /*右邊框值*/
    padding-bottom: 3px; /*下邊框值*/
    padding-left: 3px; /*左邊框值*/
}

.style8_a {
	color: #e8e3d1;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 13px;
}
.style8_b {/*文字黃*/
	color: #ffff1d;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 15px;
	line-height:150%; 
}

.footer {
	color: #f3eddd; /*̥米白*/ 
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

.T1 {
	color: #6b4c44; /*̥褐,Designed By*/ 
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 8pt;
}

.T1 a:link{
	color: #6b4c44; /*̥褐,TNDG連結*/ 
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 8pt;
}
.T1 a:hover{
	color: #722f1d; /*̥褐,滑鼠移置TNDG連結,虛線底*/ 
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	border-bottom : 1px dotted #722f1d;
}

.table{
    border-bottom : 1px dotted #af5a41; /*下框線*/
}