/* CSS Document */

html { 
scrollbar-face-color:#eeeeee;
scrollbar-track-color:#eeeeee;
scrollbar-3dlight-color:#eeeeee;
scrollbar-darkshadow-Color:#eeeeee;
scrollbar-arrow-color:#cccccc;
scrollbar-shadow-color:#cccccc;
scrollbar-highlight-color:#cccccc;
}

/* 主文樣式 */

body {
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: "新細明體";
	color: #666666;
	margin: 0px;
	background-image: url(../_index/_bk.jpg);
	background-position: center top;
}
blockquote
{
	PADDING-LEFT: 15px;
	FONT-SIZE: 12px;
	MARGIN: 5px;
	COLOR: #0099CC;
	line-height: 18px;
}
/* 聯結樣式 */

a:link    {font: 12px tahoma; color: #000000;text-decoration: underline;}
a:visited {font: 12px tahoma; color: #999999;text-decoration: underline;}
a:hover   {font: 12px tahoma; color: #FF9900;text-decoration: underline;}
a:active  {font: 12px tahoma; color: #999999;text-decoration: underline;}

a.small:link    {font: 12px tahoma;color: #0099CC;text-decoration: underline;font-weight: bold;}
a.small:visited {font: 12px tahoma; color: #0099CC;text-decoration: underline;font-weight: bold;}
a.small:hover   {font: 12px tahoma; color: #00FFFF;text-decoration: underline;font-weight: bold;}
a.small:active {font: 12px tahoma; color: #0099CC;text-decoration: underline;font-weight: bold;}

/*標題*/

.font-t1 {font: 16px tahoma;line-height: 24px;color: #000000;filter: Glow(Color=#cccccc, Strength=1);}
.font-t2 {font: 16px tahoma;line-height: 24px;color: #FF6600;filter: Glow(Color=#cccccc, Strength=1);}
.font-t3 {font: 12px tahoma;line-height: 24px;color: #2199CD;filter: Glow(Color=#cccccc, Strength=1);}

/* 文字樣式 */

.font-a {font: 12px tahoma;line-height: 18px;color: #494949;}
.font-b {font: 12px tahoma;line-height: 18px;color: #666666;font-weight: bold;}
.font-c {font: 11px tahoma;line-height: 15px;color: #333333;}
