body
{
font-family: "Verdana","新細明體";
SCROLLBAR-FACE-COLOR: #cccccc;/*主色*/ SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;/*左上陰影*/
 SCROLLBAR-SHADOW-COLOR: #999999;/*右下框*/  SCROLLBAR-3DLIGHT-COLOR: #999999;/*左上框*/ 
 SCROLLBAR-ARROW-COLOR: #ffffff;/*箭頭*/ SCROLLBAR-TRACK-COLOR: #E4E4E4;/*捲軸底色*/
 SCROLLBAR-DARKSHADOW-COLOR: #ffffff;/*右下陰影*/

/*
background-image:  url(../images/BG_01.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 100% 100%;
	*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#B1B76C', endColorStr='#727B1B', gradientType='0')
}

.class1/*文章標題*/
{
	font-size : 24px;
	line-height: 150%;
	font-weight: bold;
	color: #993300;
}

.class2/*新聞標題*/
{
	font-size : 18px;
	line-height: 150%;
	font-family: "標楷體";
	font-weight: bold;
	color: #993300;
    text-align: center;
}


.class3/*內文小標*/
{
	font-size : 16px;
	line-height: 150%;
	color: #dc143c;
	/*font-weight: bold;*/
	align:="justify";
}

.class4/*內文小標2*/
{ 
 	font-size : 16px;
  	line-height: 140%;
 	color: #996600;
	font-weight: bold;
  	align:="justify";
}


.class5/*內文*/
{ 
 	font-size : 10pt;
  	line-height: 160%;
 	color: #333333;
  	align:="justify";
}
.class6/*hr*/
{ 
 	font-size : 12pt;
  	line-height: 160%;
 	color: #666666;
  	align:="justify";
}

.class7/*引言*/
{
	font-size : 15px;
	line-height: 180%;
	color: #996600;
	align:="justify";
}

.class8/*註釋*/
{
	font-size : 15px;
	line-height: 180%;
	color: #999999;
	align:="justify";
}

.news_title/*首頁新聞標題*/
{
	font-size : 18px;
	line-height: 150%;
	font-family: "標楷體";
	font-weight: bold;
	color: #993300;
}

.p1/*標題列表*/
{ font-size : 10pt; line-height: 180%;}

.W/*內文*/
{
	font-size : 10pt;
	line-height: 150%;
	color: #333333;
	align:="justify";
}

.W_lead/*引言*/
{
	font-size : 12px;
	line-height: 180%;
	color: #CC9900;
	align:="justify";
}

.W_note/*註釋*/
{
	font-size : 12px;
	line-height: 180%;
	color: #999999;
	align:="justify";
}


.W_title/*內文小標題*/
{
	font-size : 16px;
	line-height: 120%;
	color: #dc143c;
	/*font-weight: bold;*/
	align:="justify";
}

.hr
{
　border : dotted 5px #CC6600;
}

.hr2
{
　border : dotted 5px #999999;
}

.hr3
{
　border : dotted 5px #cccc99;
}

/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: #666666;
	border-style: solid;
	margin: 5;
}

/*TABLE*/
.table1
{	background-color: #993300;}
th
{	background-color: #993300;	font-weight: bold;}

input,textarea,select
{
color : #CC3300; /*文字色彩*/
font-size : 9pt ; /*文字大小*/
}

A:link /*超連結*/
{color:#990000;text-decoration:none;}

A:visited /*瀏覽過的超連結*/
{color:#cc0000;text-decoration:none;}

A:active /*按下連結*/
{color:#000099;text-decoration:none;}

A:hover /*滑鼠移至連結*/
{color:#FF0000; text-decoration: underline}
