/* --------   Section 1: Re-define HTML Tag   --------- */
a:hover {  color: #006600}
a.news-text:hover { color: #FF6600}

/* --------   Section 2: Custom Style   --------- */
/* --------   News & Announcement   --------- */
.news-date {  color: #666666; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold}
.news-text { color: #666666; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none}

/* --------   General Contents  --------- */
.general-text { color: #666666; font-size: 12px; font-family: Arial, Helvetica, sans-serif}

/* --------   Form Input Style --------- */
.inputbox{ font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; border: 1 solid #666666; background:#FFFAEC }
.inputbox2 { font-size: 8pt; font-family: Arial, Helvetica, sans-serif;  border: 1 solid #999999; background:#CCCCCC }
.inputbox3 { font-size: 8pt; font-family: Arial, Helvetica, sans-serif;  border: 1 solid #555555; background:#FFFFFF }

/* --------   Scroll Bar   --------- */
body {	
	scrollbar-face-color: #CCCCCC;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #999999;
	scrollbar-track-color: #EEEEEE;
	scrollbar-arrow-color: #999999;
     }




.title { color: #006600; font-size: 13px; font-family: Arial, Helvetica, sans-serif ; font-weight: bold}
.table-header { color: #FFFFFF; font-size: 11px; font-family: Arial, Helvetica, sans-serif }
.table-text01 { color: #006699; font-size: 11px; font-family: Arial, Helvetica, sans-serif }
.table-text02 { color: #666666; font-size: 11px; font-family: Arial, Helvetica, sans-serif }
.tagline { color: #FFFFFF; font-size: 10px; font-family: Arial, Helvetica, sans-serif}
