/*  E-Techsoft STYLE SHEET #1 -  Main Pages */

/*  Default Link Colours */

a:link 		{ color: #003399; text-decoration: none;}
a:visited 	{ color: #003399; text-decoration: none;}
a:active     { color: #FF0000 }
a:hover      { color: #FF9900 }
/*  Link Colours  - White 8pt Bolded --> Bold Green Rollover */

a.whitelink8pt:link 	{ color: #FFFFFF; text-decoration: none; font-size: 8pt; font-weight: bold; }
a.whitelink8pt:visited  { color: #FFFFFF; text-decoration: none; font-size: 8pt; font-weight: bold; }
a.whitelink8pt:active 	{ color: #FFCC00; text-decoration: none; font-size: 8pt; font-weight: bold; }
a.whitelink8pt:hover 	{ color: #99FF33; text-decoration: none; font-size: 8pt; font-weight: bold; }


/*  Link Colours - White 9pt Bolded --> Bold Green Rollover  */

a.whitelink9pt:link 	{ color: #FFFFFF; text-decoration: none; font-size: 9pt;  }
a.whitelink9pt:visited 	{ color: #FFFFFF; text-decoration: none; font-size: 9pt;  }
a.whitelink9pt:active 	{ color: #FFCC00; text-decoration: none; font-size: 9pt;  }
a.whitelink9pt:hover 	{ color: #99FF33; text-decoration: none; font-size: 9pt;  }

/*  Link Colours - Gold 9pt Bolded --> Bold Green Rollover  */

a.goldlink9pt:link 		{ color: #FF9900; text-decoration: none; font-size: 9pt; }
a.goldlink9pt:visited 	{ color: #FF9900; text-decoration: none; font-size: 9pt;}
a.goldlink9pt:active 	{ color: #FFCC00; text-decoration: none; font-size: 9pt;}
a.goldlink9pt:hover 	{ color: #99FF33; text-decoration: none; font-size: 9pt;}

/*  Link Colours - Gold 12pt Bolded --> Bold Green Rollover  */

a.goldlink12pt:link { color: #FF9900; text-decoration: none; font-size: 12pt; font-family: 黑体 }
a.goldlink12pt:visited 	{ color: #FF9900; text-decoration: none; font-size: 12pt; font-family: 黑体 }
a.goldlink12pt:active 	{ color: #FFCC00; text-decoration: none; font-size: 12pt; font-family: 黑体 }
a.goldlink12pt:hover 	{ color: #99FF33; text-decoration: none; font-size: 12pt; font-family: 黑体 }

/*  Default Font - Forced (Too be phased out.) */

div, font, li, ul, p, td{ font-family: Arial, Helvetica, sans-serif; }


/*  Large Title, Headers, and Sub-headers */

.lg-header	{ font: 24pt 楷体_GB2312, Helvetica, sans-serif; }
.lg-subhead	{ font: 12pt 黑体, Helvetica, sans-serif; }


/*  Small Titles, Headers, Sub-Headers and body   */

.body			{ font: 10pt Arial, Helvetica, sans-serif; }
.body9pt     { font-style: normal; font-variant: normal; font-weight: normal; font-size: 9pt; 
               font-family: Arial, Helvetica, sans-serif; text-indent: 18pt; 
               line-height: 120%; text-align: justify; margin-top: 3pt; 
               margin-bottom: 3pt }
.body10pt    { font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; 
               font-family: Arial, Helvetica, sans-serif; text-indent: 20pt; 
               line-height: 120%; text-align: justify; margin-top: 3pt; 
               margin-bottom: 3pt }
.size-08pt 		{ font: 8pt  Arial, Helvetica, sans-serif; }
.size-09pt 		{ font: 9pt  Arial, Helvetica, sans-serif; }
.size-10pt 		{ font: 10pt  Arial, Helvetica, sans-serif; }
.size-12pt 		{ font: 12pt  Arial, Helvetica, sans-serif; }
.size-14pt 		{ font: 13.5pt  Arial, Helvetica, sans-serif; }

.black-12pt	{ font: 12pt 黑体, Helvetica, sans-serif; }

.gold-header		{ font: 15pt 黑体, Helvetica, sans-serif; color: #FF9900; }
.gold-subhead		{ font: 14pt 楷体_GB2312, Helvetica, sans-serif; color: #0000FF; }
.gold-smtitle		{ font: 9pt Arial, Helvetica, sans-serif; color: #FF9900; }
.gold-smtitlebold	{ font: 9pt Arial, Helvetica, sans-serif; color: #6699FF; font-weight: bold}

.white-header		{ font: 15pt 黑体, Helvetica, sans-serif; color: #FFFFFF; }
.white-smtitle		{ font: 9pt Arial, Helvetica, sans-serif; color: #FFFFFF; }
.white-smbody		{ font: 8pt Arial, Helvetica, sans-serif; color: #FFFFFF; }

.gray-08pt		{ font: 8pt Arial, Helvetica, sans-serif; color: #808080; }


/*  Form Field Customization */

.form-blkwithwhite10pt	{ font: 9pt 宋体, Helvetica, sans-serif; color: #E6E0FC; ; background-color: #000000}

/*  NS 4.x  -- Reference:  div, font , li, ul  */

/*  IE 4.x, 5.x  -- Reference: p, td */
