@charset "utf-8";
/* CSS Document */

/* index的title */
.style8 {
	color: #3C4AA1;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
/* index的產品名稱 */
.style9{
    color:#464646;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
/* index的products seriesand content */
.style10{
    color:#464646;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
/* 頁底的information */
.style2 {
    color:#999999;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	height:14px;
}
/* 文章的title */
.style1 {
	color: #3C4AA1;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
/* 文章的content */
.style3{
    color:#464646;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
}
/* 文章的content標題 */
.style6{
    color:#464646;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
}
/* content內顯目的標註 */
.style5{
    color:#FF9900;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 24px;
}
/* 顯目的連結 */
.style4{
    color:#FF9900;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
/* 小列表 */
.style7{
    color:#464646;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
}
/* spry title*/
.style11{
    color:#464646;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:30px;
}
.normalinput {
	font-size: 10pt;
	line-height: 120%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
}

A:link {
text-decoration: none;
color:#FF9900;
}
A:visited {
text-decoration: none;
color:#FF9900;
}
