

.H1{
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 3px;
}

.H2{
	font-size: 100%;
	color: #009933;
}
.H3{
	font-size: 100%;
	color: #74653E;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 2px;
}
.H4{
	font-size: 90%;
	color: #006699;
}
.H5{
	font-size: 90%;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.Topic{
	
	color: #FF7500;
	margin-bottom: 10px;
}

.SubTopic{
	color: #088ACB;
	padding-top: 5px;
	padding-bottom: 5px;
}
.MoreInfo{
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: right;
}

/* 首頁與標題設定------------------------ */

#ContentField{
	padding-left: 27px;
	padding-top: 25px;
	
}

#ContentField ul{
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
#ContentField li{
	margin: 0px;
	padding: 0px;
	list-style-image: url(../images/dot_oragne_1.gif);
}



/* 表格設定------------------------ */

#TableSet{
	
}



/* 一般連結效果 -------------------------------------------*/

a{
	font-family: Arial,Courier, mono;
	
	color: #666666;
	text-decoration: none;	
}
a:hover{
    font-family: Arial, Courier, mono;
	
	color: #FF3300;
	text-decoration: underline;	
	}


a.MoreOver{
	font-family: Arial, Courier, mono;
	font-size: 90%;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.MoreOver:hover{
    font-family: Arial, Courier, mono;
	font-size: 90%;
	color: #FF3300;
	text-decoration: underline;
	font-weight: bold;	
	}

/* 條列連結效果01 -------------------------------------------*/

a.TitleOver{
	font-family: Arial, Helvetica, sans-serif;
	
	color: #50A73C;
	text-decoration: none;
	font-weight: bold;
}
a.TitleOver:hover{
	font-family: Arial, Helvetica, sans-serif;
	
	color: #CC3300;
	text-decoration: underline;
	font-weight: bold;
}

a.ListOver{
    font-family: Arial, Helvetica, sans-serif;
	
	color: #22819E;
	text-decoration: none;}
a.ListOver:hover{
    font-family: Arial, Helvetica, sans-serif;
	
	color: #663300;
	text-decoration: underline;}
	
	
/* 條列連結效果02 附加區塊"#"的設定，方便網頁原始碼設定---------------------------------*/

#ListTD a{
	font-family: Arial, Helvetica, sans-serif;
	
	color: #009999;
	text-decoration: none;
}
#ListTD a:hover{
font-family: Arial, Helvetica, sans-serif;
	
	color: #000000;
	text-decoration: underline;}

#ListTD ul{margin: 0px;
	padding: 0px;}
#ListTD li{
	padding: 0px;
	list-style-type: decimal;
	margin-left: 30px;
}

