.black {  color: #000000}
.red {  color: #FF0000}
.blue {  color: #0000FF}
.yellow {  color: #FFCC00}
a {  text-decoration: none}
a.black:hover {  color: #FF0000}
a.red:hover {  color: #00FF00}
a.blue:hover {  color: #FF00FF}
a.yellow:hover {  color: #000000}

/*  Navigation Bar text and Navigator Hyperlink text format for both "CHINESE" and "ENGLISH" */
.Navlink { color: #4A6B6B; text-decoration: none;  font-family: arial;  font-size: 9pt;  font-weight: bold; cursor:hand; }
a:link.Navlink  {color : #4A6B6B;}
a:visited.Navlink  {color : #4A6B6B;}
a:active.Navlink  {text-decoration: none;}
a:hover.Navlink  {text-decoration: none;}

/*  Title Text for "Enghlish" language display  */
.ProductBigTitle {
	color: #114477;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	cursor: default;
}

/*  Title Text for "CHINESE" language display  */
.chProductBigTitle {
	color: #114477;
	text-decoration: none;
	font-family: 細明體;
	font-size: 14pt;
	font-weight: bold;
	cursor: default;
}

/*  Report Title Text for "CHINESE" language display  */
.ProductTitle {
	color: Black;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bolder;
	cursor: default;
}

/*  Report Title Text for "CHINESE" language display  */
.chProductTitle {
	color: Black;
	text-decoration: none;
	font-family: 細明體;
	font-size: 10pt;
	font-weight: bolder;
	cursor: default;
}
/*  Table Header Text for "CHINESE" language display  */
.ChnTBHeader { color: #4A6B6B; text-decoration: none;  font-family: "arial";  font-size: 9pt;  font-weight: bold; cursor: default; }
a:link.ChnTBHeader  {color : #4A6B6B;}
a:visited.ChnBHeader  {color : #4A6B6B;}
a:active.ChnTBHeader  {text-decoration: none;}
a:hover.ChnTBHeader  {text-decoration: none;}

/*  Table Detail Text for "CHINESE" language display  */
.ChnTBDetail { color: Black; text-decoration: none;  font-family: arial;  font-size: 9pt;  font-weight: normal; cursor: default; }
a:link.ChnTBDetail {text-decoration: underline;  color : Blue;  cursor : hand;  }
a:visited.ChnTBDetail  { text-decoration : underline; color : Blue;  cursor:hand;}
a:active.ChnTBDetail  {text-decoration: underline;}
a:hover.ChnTBDetail  {text-decoration: underline;  color : Purple;  font-weight : bold; }

/*  Table Detail Text for "English" language display  */
.ErrMsg { color: #FF4500; text-decoration: none;  font-family: arial;  font-size: 10pt;  font-weight: bolder; cursor: default; }
a:link.ErrMsg {text-decoration: underline;  color : Blue;  cursor : hand;  }
a:visited.ErrMsg  { text-decoration : underline; color : Blue;  cursor:hand;}
a:active.ErrMsg  {text-decoration: underline;}
a:hover.ErrMsg  {text-decoration: underline;  color : Purple; }


/*  Table Detail Text for "CHINESE" language display  */
.chErrMsg {
	color: #FF4500;
	text-decoration: none;
	font-family: @細明體;
	font-size: 10pt;
	font-weight: bolder;
	cursor: default;
}
a:link.chErrMsg {text-decoration: underline;  color : Blue;  cursor : hand;  }
a:visited.chErrMsg  { text-decoration : underline; color : Blue;  cursor:hand;}
a:active.chErrMsg  {text-decoration: underline;}
a:hover.chErrMsg  {text-decoration: underline;  color : Purple; }

/*  Normal Text for both "CHINESE" and "ENGLISH" language display  */
.NormalTxt {
	color: Black;
	text-decoration: none;
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	cursor: default;
}
a:link.NormalTxt  {color : Blue;  text-decoration : underline; }
a:visited.NormalTxt  {color : Blue;  text-decoration : underline; }
a:active.NormalTxt  {text-decoration: underline;}
a:hover.NormalTxt  {text-decoration: underline;}

/*  9 point size link  for English */
.pt9Link {
	color: Blue;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	cursor: hand;
}
a:link.pt9Link  {color : Blue;}
a:visited.pt9Link  {color : Blue;}
a:active.pt9Link  {text-decoration: underline;}
a:hover.pt9Link  {text-decoration: underline;  color : Purple; }

/*  9 point size link for chinese */
.chpt9Link {
	color: Blue;
	text-decoration: underline;
	font-family: @細明體;
	font-size: 9pt;
	font-weight: normal;
	cursor: hand;
}
a:link.chpt9Link  {color : Blue;}
a:visited.chpt9Link  {color : Blue;}
a:active.chpt9Link  {text-decoration: underline;}
a:hover.chpt9Link  {text-decoration: underline;  color : Purple; }

/*  10 point size link  */
.pt10Link {
	color: Blue;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	cursor: hand;
}
a:link.pt10Link  {color : Blue;}
a:visited.pt10Link  {color : Blue;}
a:active.pt10Link  {text-decoration: underline;}
a:hover.pt10Link  {text-decoration: underline;  color : Purple; }

/*  10 point size link for Chinese  */
.chpt10Link {
	color: Blue;
	text-decoration: underline;
	font-family: @細明體;
	font-size: 10pt;
	font-weight: normal;
	cursor: hand;
}
a:link.chpt10Link  {color : Blue;}
a:visited.chpt10Link  {color : Blue;}
a:active.chpt10Link  {text-decoration: underline;}
a:hover.chpt10Link  {text-decoration: underline;  color : Purple; }

/*  Product list header for Englsih  */
.listhdr {
	color: White;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	cursor: default;
	background-color : #5f7ba3;
}

/*  Product list header for Chinese  */
.chlisthdr {
	color: White;
	text-decoration: none;
	font-family: 細明體;
	font-size: 10pt;
	font-weight: bold;
	cursor: default;
	background-color : #5f7ba3;
}

/*  Product list detail for English */
.listdtl {
	color: Blue;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	cursor: default;
}
a:link.listdtl  {
	color : Blue;
	text-decoration : none;
	background : #ececec;
}
a:visited.listdtl  {
	color : blue;
	text-decoration : underline;
}
a:active.listdtl  {
	text-decoration: underline;
	color : Red;
}
a:hover.listdtl  {
	text-decoration: none;
	color : Red;
}

/*  Product hot item list header for Englsih  */
.hotlisthdr {
	color: Black;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	cursor: default;
	background-color : #99CCFF;
}


/*  Product hot item  list detail for English */
.hotlistdtl {
	color: Blue;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	cursor: default;
}
a:link.hotlistdtl  {
	color : Blue;
	text-decoration : none;
	background : #ececec;
}
a:visited.hotlistdtl  {
	color : blue;
	text-decoration : underline;
}
a:active.hotlistdtl  {
	text-decoration: underline;
	color : Red;
}
a:hover.hotlistdtl  {
	text-decoration: none;
	color : Red;
}



/*  Product list header for Chinese  */
.chhotlisthdr {
	color: Black;
	text-decoration: none;
	font-family: 細明體;
	font-size: 10pt;
	font-weight: bold;
	cursor: default;
	background-color :  #99CCFF;
}

/*  Product list detail for Chinese  */
.chhotlistdtl {
	color: Blue;
	text-decoration: none;
	font-family: 細明體;
	font-size: 9pt;
	font-weight: normal;
	cursor: default;
}
a:link.chhotlistdtl  {
	color : Blue;
	text-decoration : none;
	background : #ececec;
}
a:visited.chhotlistdtl  {
	color : blue;
	text-decoration : underline;
}
a:active.chhotlistdtl  {
	text-decoration: underline;
	color : Red;
}
a:hover.chhotlistdtl  {
	text-decoration: none;
	color : Red;
}


/*  Product hot item list detail for Chinese  */
.chhotlistdtl {
	color: Black;
	text-decoration: none;
	font-family: 細明體;
	font-size: 9pt;
	font-weight: normal;
	cursor: default;
	background-color : Yellow;
}
a:link.chhotlistdtl  {
	color : Blue;
	text-decoration : none;
	background : #ececec;
}
a:visited.chhotlistdtl  {
	color : blue;
	text-decoration : underline;
}
a:active.chhotlistdtl  {
	text-decoration: underline;
	color : Red;
}
a:hover.chhotlistdtl  {
	text-decoration: none;
	color : Red;
}


/*     End of Style Sheet File    */