/* CSS Document */
/*  Top Start */
body{
	margin:0px;
	font-family:"細明體";
	color:#555555;
	font-size:12px;
	/*text-align:center;*/
	SCROLLBAR-FACE-COLOR: #e4e4e4;
	SCROLLBAR-SHADOW-COLOR: #e4e4e4;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #d2d2d2;
	SCROLLBAR-TRACK-COLOR: #f1f1f1;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	/*cursor:url(../image/ico/hqu.gif),default;*/
}
table{
	border-collapse:collapse;
	font-family:"細明體";
	font-size:12px;
	color:#555555;
	border-spacing:0px;
}

img{border:0px;}
.tablemain{width:100%;border:0px;}

#tdleft{width:167px;}
#tdcenter{width:631px;}
#tdcontent{width:621px; height:300px;}
#tdLeftCenter{width:798px;}

#tdmenu{width:112px;font-size:16px;font-weight:100;color:#777777;}
#belowmenu{height:11px;}
#EngName{font-family:Arial, Helvetica, sans-serif;color:#FFFFFF;}

/*  Top End    */
/*  Left Ico Links Start  */
#topinfo{font-family:"細明體";font-size:12px;color:#6699CC;}
#homeImg,#faqImg,#contactImg{cursor:hand;border:0px;}
/*  Left Ico Links End  */

/* menu Links Start */
#menuT{height:4px;background-color:#FF9966}
#mainmenu{height:24px;background:url(../image/bg/menubg.jpg);color:#FF9966;font-size:16px;text-indent:6px;}
#dashedDiv{border:0px;border-bottom:1px dashed #CCCCCC;}
/*#dashedDiv{height:1px;background:url(../image/bg/line_heng.gif);}*/
.trmenu{height:30px;cursor:hand;}
/* menu Links End */


.mainTT{width:100%; height:60px;}
.TopT{color:#FF0000; font-size:24px; font-weight:bold; text-align:center;}

a{font:Verdana, Arial, Helvetica, sans-serif;text-decoration:underline;}
a:link{color:#0000FF;}
a:hover{color:#0000FF;}
a:active{color:#0000FF;}
a:visited{color:#0000FF;}

.subject{
	cursor:hand;
	event:expression(
		onmouseover=function(){this.style.textDecoration='underline'},
		onmouseout=function(){this.style.textDecoration='none'}
	)
}