/* CSS style for Summit Import */
/* copyright 2002 nicemaker.com */

/* color scheme */
body {background-color: #C3CDB9;}
	
.Sect {
  color:#008A5C;}
.SectA1 {
  color:#9F1717;}
.SectA1b {
  color:#E9FF9E;}
.SectA2 {
  color:#EAECE0;}
.SectLight {
  color:#89A234;}
.SectDark {
  color:#577002;}


/* English text style */
.head {  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 12px; 
 font-weight: bold ; 
 color: #598e18}
 
.head_Large {  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 13px; 
 font-weight: bold ; 
 color: #000000}

.subhead {  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
 font-size: 12px; 
 font-weight: bold ; 
 color: #333333}

.text {  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif, 新細明體; 
 font-size: 12px; 
 color: #333333; 
 font-weight: normal ;
 line-height: 14px}

.listing {  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif, 新細明體;  
 font-size: 11px; 
 font-weight: normal ;
 color: #333333}

.descr {  font-family: VVerdana, Geneva, Arial, Helvetica, sans-serif, 新細明體; 
 font-size: 10px; 
 font-weight: normal ;
 color: #333333}

.finefont { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
 font-size: 9pt; 
 font-weight: normal ;
 color: #333333}


/* Chinese text style */
.c_head {  font-family: "新細明體"; 
 font-size: 14px; 
 font-weight: bold ; 
 color: #598e18}

.c_head_Large {  font-family: "新細明體"; 
 font-size: 16px; 
 font-weight: bold ; 
 color: #000000}

.c_subhead {  font-family: "新細明體"; 
 font-size: 13px; 
 font-weight: bold ; 
 color: #333333}

.c_text {  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif, 新細明體; 
 font-size: 12px; 
 font-weight: normal ;
 color: #333333; 
 line-height: 130%}

.c_listing {  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif, 新細明體; 
 font-size: 11px; 
 font-weight: normal ;
 color: #333333}

.c_descr {  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif, 新細明體; 
 font-size: 10px; 
 font-weight: normal ;
 color: #333333}

.c_finefont { font-family: "新細明體"; 
 font-size: 9pt; 
 font-weight: normal ;
 color: #333333}


/* active link style */
A:active {text-decoration: none}
A:visited {color: #000000; text-decoration: none}
A:link {color: #000000; text-decoration: none}
A:hover {color: #9F1717; text-decoration: underline;}
