/* 整體結構--------------------------------*/
body,td,th {
	font-size: 75%;
	font-family:Arial, "新細明體";
	line-height: 1.6em;
	color: #666666;
	margin: 0px;
	font-weight: lighter;
	letter-spacing: 0em;
}

body {
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.body_box {
	width: 240px;
}






/* 整體連結樣式--------------------------------*/
A {
	TEXT-DECORATION: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
}




/* 背景樣式--------------------------------*/
.home_BgColor {
	background-color: #9ec725;
}



/* 上方樣式--------------------------------*/
.top_font{
	color: #FFFFFF;
	font-size: 100%;
}



/* 下方聯絡資訊樣式--------------------------------*/
.footer_font{
	color: #FFFFFF;
	font-size: 100%;
}




/* 首頁樣式--------------------------------*/
.IndexNewsDate{
	color: #669900;
	font-size: 90%;
	padding-bottom: 2px;
	vertical-align: 0%;
}

p.IndexNewsLink a {
	color: #666666;
	font-size: 90%;
	text-decoration: none;
	width: 90%;
   text-overflow:ellipsis;
   -o-text-overflow:ellipsis;
   overflow: hidden;
	}

p.IndexNewsLink a:hover {
	color: #666666;
	font-size: 90%;
	text-decoration: underline;
	width: 90%;
   text-overflow:ellipsis;
   -o-text-overflow:ellipsis;
   overflow: hidden;
	}

.IndexNewsPage{
	color: #000000;
	font-size: 100%;
	font-weight: bold;
}
.IndexHeard{
	color: #336666;
	font-size: 100%;
}

/* 內頁樣式--------------------------------*/
.font_red_b{
	color: #990000;
	font-size: 100%;
	font-weight: bold;
}
.font_red{
	font-size: 100%;
	color: #FF0000;
}
.font_subject{
	font-size: 100%;
	color: #000000;
}




/* 更新日期樣式--------------------------------*/
.update_font{
	color: #999999;
	font-size: 100%;
}


/* 標題樣式--------------------------------*/
h1 {
	font-weight: bold;
	font-size: 110%;
	margin-bottom:-0.1em;
	line-height: 1.8em;
	color: #63a01f;
}
h2 {
	font-weight: bold;
	font-size: 100%;
	margin-bottom:-0.1em;
	line-height: 1.8em;
	color: #0000FF;
}

/* 表單樣式--------------------------------*/
.form_{
	background-color: #FFFFFF;
	border: 1px solid #dfdfdf;
	font-size: 85%;
}
.form_btn{
	font-size: 90%;
	letter-spacing: 0.1em;
}

.form_select{
	background-color: #FFFFFF;
	border: 1px solid #dfdfdf;
	font-size: 100%;
	width: 100px;
}



