/*
  $Id: stylesheet.css,v 1.1.1.1 2003/09/18 19:06:01 wilt Exp $

  Copyright (c) 2009 CBMRT
*/

body {
  margin:0px; padding:0; background:#ffffff;
}

img {
  border:0;
}	

FONT, td, li, textarea, CHECKBOX, INPUT, RADIO, SELECT {
  font-family: "Microsoft JhengHei", Arial;
  font-size: 12px; 
  line-height: 14px;
  color: #262161;
}

A {
  color: #262161;
  text-decoration: underline;
}

A:hover {
  color: #fef200;
  text-decoration: underline;
}

.hdr1 { font-size: 24px; font-weight: normal; line-height:26px; color: #333333; }
.hdr2 { font-size: 22px; font-weight: normal; line-height:24px; color: #ffffff; }

.hdr3 { font-size: 14px; font-weight: bold; line-height:16px; color: #262161; }
.hdr3 a { font-size: 14px; font-weight: bold; line-height:16px; color: #262161; text-decoration: none; }
.hdr3 a:hover { color: #5c98c1; text-decoration: underline; }

.hdr4 { font-size: 12px; font-weight: bold; line-height: 14px; color: #ff0000; }

.newshdr { font-size: 14px; font-weight: bold; line-height: 16px; color: #333333; }

.news { font-size: 12px; line-height: 14px; color: #666666; }
.news a { text-decoration: none; }
.news a:hover { text-decoration: underline; color: #262161; }

.smalltext { font-size:11px; line-height:13px; }
.smalltext a { text-decoration: underline; }
.smalltext a:hover { color:#fef200; text-decoration: underline; }

/*footer*/
.f1 { font-family: "Microsoft JhengHei", Arial; font-size: 11px; line-height: 12px; color: #262161; }
.f1 a { color:#ffffff; text-decoration:none }
.f1 a:hover{ color:#fef200; text-decoration:underline }


