var hpStr = "<STYLE TYPE=text/css>" +
            "<!--" +
            ".font9 { font-family:新細明體;font-size:9pt;color:#4B4F5A;;line-height:16px; }" +
            ".font9x { font-family:新細明體;font-size:9pt;color:rgb(0,0,0);line-height:16px;text-align:justify; }" +
			".t9 {	font-size: 9pt;	line-height: 14pt;	color:#333333;	border: 1pt solid #CCCCCC;}"+            
            ".font10 { font-family:新細明體;font-size:10pt;line-height:16px;}" +
            ".font10c { font-family:新細明體;font-size:10pt;line-height:16px; color: #4B4F5A;}" +            
            ".t11-tf {	font-size: 11pt;	line-height: 24px;	font-weight: normal;	color: #006699;	font-family: Arial, Helvetica, sans-serif;}"+
            ".t13-r {	font-family: Arial, Helvetica, sans-serif;	font-size: 13pt;	line-height: 22pt;	font-weight: bold;	color: #CC0000;}"+
            ".textf { font-family:新細明體;font-size:10pt;color:#333333;line-height:20px;text-align:justify; }" +
            "A.bbb:link { color:rgb(150,199,154);font-size:10pt;font-weight:normal;text-decoration:underline;cursor:hand; }" +
            "A.bbb:visited { color:rgb(150,199,154);font-size:10pt;font-weight:normal;text-decoration:underline; }" +
            "A.bbb:hover { color:red;font-size:10pt;font-weight:normal;text-decoration:none; }" +
            "A.ccc:link { font-size:10pt;font-weight:normal;text-decoration:underline;cursor:hand; }" +
            "A.ccc:visited { font-size:10pt;font-weight:normal;text-decoration:underline; }" +
            "A.ccc:hover { color:red;font-size:10pt;font-weight:normal;text-decoration:underline; }" +
            "A.menu:link  {color: rgb(2,97,185); font-weight: normal; text-decoration: none; cursor: hand}" +
            "A.menu:visited  {color: rgb(2,97,185); font-weight: normal; text-decoration: none}" +
            "A.menu:active  {color:  rgb(2,97,185); font-weight: normal; text-decoration: none}" +
            "A.menu:hover {color: red; font-weight: normal; text-decoration: underline;}" +
            "A:link  {color: rgb(2,97,185); font-weight: normal; text-decoration: underline; cursor: hand}" +
            "A:visited  {color: purple; font-weight: normal; text-decoration: underline}" +
            "A:active  {color:  rgb(2,97,185); font-weight: normal; text-decoration: underline}" +
            "A:hover {color: red; font-weight: normal; text-decoration: underline}" +
            "A.topic:link  {text-decoration: none;font-size:10pt}" +
            "A.topic:visited  {text-decoration: none;font-size:10pt}" +
            "A.topic:active  {text-decoration: none;font-size:10pt}" +
            "A.topic:hover {text-decoration: none;font-size:10pt}" +
            "-->" +
            "</STYLE>";

document.write(hpStr);
