.submenu {
	font-family: "文鼎中明";
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	cursor: default;
}
.chi {
	font-family: "新細明體", "細明體", "標楷體";
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	text-align: justify;
	font-weight: normal;
	font-variant: normal;
	word-spacing: normal;
	letter-spacing: 1px;
	white-space: normal;
}
.chi_head {
	font-family: "新細明體";
	font-size: 16px;
	font-weight: bolder;
	color: #0066CC;
	letter-spacing: 1px;
	word-spacing: 3px;
	left: auto;
	background-position: left;
}
.copyright {
	font-family: Microsoft Sans Serif;
	font-size: 9px;
	color: #666666;
}
.chi_subhead {
	font-family: "新細明體";
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	letter-spacing: 8px;
	word-spacing: 4px;
	color: #FF3300;
}
.chi_subhead_L {
	font-family: "Arial";
	font-size: 28px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #FF3300;
	line-height: 1.2;
}
.chi_subhead_L_eng {
	font-family: "Arial";
	font-size: 28px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #FF3300;
	line-height: 1.2;
}
.chi_sub2head {
	font-size: 13px;
	color: #003333;
	word-spacing: 2px;
	font-weight: bold;
}
.chi_sub3head {
	color: #FF6633;
	background-position: left;
	letter-spacing: 1em;
	font-weight: bold;
}
.style10 {font-size: 9px}
.style12 {color: #0000FF}
.chi1 {font-family: "新細明體", "細明體", "標楷體"; font-size: 12px; font-style: normal; font-weight: normal; letter-spacing: 2px; white-space: normal; font-variant: normal; line-height: 16px; text-align: justify}
.chi_header {font-family: "新細明體", "細明體", "標楷體"; font-size: 14px; font-style: normal; font-weight: bold; color: #FF6600}
.style4 {line-height: 18px; text-align: justify; font-variant: normal; word-spacing: normal; letter-spacing: 2px; white-space: normal; font-family: "????"; font-size: 13px;}
.ahreflink {
	font-size: 14px;
	font-weight: lighter;
	text-decoration: none;
	font-style: normal;
	background-color: #FFFFCC;
	color: #3366FF;
}
.ahreflinkbold {
	font-size: 14px;
	font-weight: lighter;
	text-decoration: none;
	font-style: normal;
	background-color: #FFFFCC;
	color: #3366FF;
	font-weight:bold;
}
.ahreflink2 {
	font-size: 14px;
	font-weight: lighter;
	text-decoration: none;
	font-style: normal;
	background-color: #FFFFCC;
	color: #FF66CC;
}
.ahreflinkbold2 {
	font-size: 14px;
	font-weight: lighter;
	text-decoration: none;
	font-style: normal;
	background-color: #FFFFCC;
	color: #FF66CC;
	font-weight:bold;
}
/****************************** submenu **********/
.submenu{
	font-family:Arial, Helvetica;
	color:#FFFFFF;
}
.submenu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
   }
.submenu li{
	/*border-bottom: 1px solid #FFFFFF;*/
	margin: 0;
   }
.submenu li a{
	/*background-image:url(../../images/sub.gif);*/
	background-color:#E0FFFF;
	color:#3366FF;
	display:block;
	padding: 5px 0px 3px 0px; /**top right bottom left**/
	text-decoration:none;
	width:100%;
   }
html>body .submenu li a{
	width: auto;
   } 
.submenu li a:link{
	font-family:Arial, Helvetica;
	font-size:10px;
	color:#0066FF;
   }  
.submenu li a:visited{
	font-family:Arial, Helvetica;
	font-size:10px;
	color:#0066FF;
   }
.submenu li a:hover{
/*	background-image:url(../../images/arrows.gif);*/
	background-color:#EBEBEB;
	font-family:Arial, Helvetica;
	font-size:10px;
	color:#777777;
	}