/***** 控制網頁中整頁中各項 *****/
body, th, td, input, select, textarea, select, checkbox {font-family: "Arial"; font-size: 9pt;}


/***** 網頁中控制捲軸的顏色 *****/
body {
 scrollbar-face-color: #D8D8D9;
 scrollbar-highlight-color: #ffffff;
 scrollbar-shadow-color: #9A9999;
 scrollbar-arrow-color: #9A9999;
 scrollbar-track-color: #F1F1F2;
 scrollbar-darkshadow-color: #C2C2C2}


/***** 控制網頁橫捲軸不出現 *****/ 
body   {overflow-x:hidden;}

/***** 控制網頁link及visited及active及hover的顏色 *****/ 
a:link          {text-decoration: none; color: #0033CC;}
a:visited       {text-decoration: none; color: #0033CC;}
a:active        {text-decoration: none; color: #0033CC;}
a:hover         {text-decoration: none; color: #CC33FF;}


/***** 控制網頁top link及visited及active及hover的顏色 *****/ 
.top   a:link          {text-decoration: none; color: #ffffff;}
.top   a:visited       {text-decoration: none; color: #ffffff;}
.top   a:active        {text-decoration: none; color: #ffffff;}
.top   a:hover         {text-decoration: none; color: #000000;}


/***** word控制包含字體及齊左右及行距 *****/ 
.word            {text-align:justify;text-justify:inter-ideograph; line-height: 14pt}



/***** 控制webmaster上選單文字 *****/ 
.top:link          {text-decoration: none; color: #ffffff;}
.top:visited       {text-decoration: none; color: #ffffff;}
.top:active        {text-decoration: none; color: #ffffff;}
.top:hover         {text-decoration: none; color: #ffffff;}


/***** 控制down link及visited及active及hover的顏色 *****/ 
.b:link          {text-decoration: none; color: #FFE759;}
.b:visited       {text-decoration: none; color: #FFE759;}
.b:active        {text-decoration: none; color: #FFE759;}
.b:hover         {text-decoration: none; color: #A8A8A7;}

/***** 控制main的bg的背景圖 *****/ 
.bg             {background-image: url('images/main/main_bg.jpg'); background-repeat: repeat-x; background-attachment: fixed; background-position: left top"}