/*首頁 最新消息區塊*/
body {
	background-color: #FFFFFF;
	font-size:12px;
	color:#000000;
}
a:link {
	color:#000000;
	text-decoration:none;
	}
a:visited {
	color:#000000;
	text-decoration:none;
	}
a:hover {
	color:#6699FF;
	text-decoration:underline;
	}
.latest_news {
}
.latest_news ul {
	margin:0px;
	padding-left:0px;
	text-align:left ;
}
.latest_news li {
	background-image:url(../images/dot_orange.gif);
	background-repeat:no-repeat;
	background-position: left 8px;
	list-style-type:none;
	padding-left:15px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
/*首頁大圖背景*/
.img_index {
background-image:url(../images/bg_img.jpg);
background-repeat:repeat-x;
}

/*文字 樣式*/
.text_light_red {
	color:#FF0000;
}
.text_light_red a:link {
	color:#FF0000;
	text-decoration:none;
}
.text_light_red a:visited {
	color:#FF0000;
	text-decoration:none;
}

.text_light_red a:hover {
	color:#6699FF;
	text-decoration:underline;
}

