body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(images/bodybg.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #ECF3F4;
}
a:link {
	font-size: 12px;
	line-height: 1.5;
	color: #006699;
	text-decoration: underline;
}
a:visited {
	font-size: 12px;
	line-height: 1.5;
	color: #006699;
	text-decoration: underline;
}
a:hover {
	font-size: 12px;
	line-height: 1.5;
	color: #FF3333;
	text-decoration: none;
}
/* HTML標題2字體樣式 */
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #336699;
}
input {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #006666;
	background-color: #FFFFFF;
	border: 1px solid #006699;
	font-size: 12px;
}
textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #006666;
	background-color: #FFFFFF;
	border: 1px solid #006699;
	font-size: 12px;
}
/* 回到上方的樣式 */
.backTop {
	clear: both;
	float: right;
}
/* 藍色框線 */
.borderBlue1 {
	border: 1px solid #99CCFF;
}
/* 藍色框線+淺藍底色 */
.bgBlueLight {
	background-color: #ECF9FF;
	border: 1px solid #99CCFF;
	text-align: left;
	padding: 5px;
}
/* 綠色框線 */
.borderGren1 {
	border: 1px solid #EEFFCC;
}
/* 綠色框線+淺綠底色 */
.bgGrenLight {
	background-color: #F3FFF3;
	border: 1px solid #EEFFCC;
}
/* 灰色框線 */
.bordergGray {
	border: 1px solid #CCCCCC;
}
/* 灰色框線+淺灰底色 */
.bgGrayLight {
	background-color: #F6F6F6;
	border: 1px solid #CCCCCC;
}
/* 紫紅色15px文字粗體 */
.boldTxt15pur {
	font-size: 15px;
	font-weight: bold;
	color: #CC6699;
}
/* 天空藍色15px文字粗體 */
.boldTxt15blue {
	font-size: 15px;
	font-weight: bold;
	color: #0066CC;
}
/* 青綠色15px文字粗體 */
.boldTxt15gren {

	font-size: 15px;
	font-weight: bold;
	color: #009966;
}
/* 首頁計數器與日期註記欄 */
.countDateBg {
	background-image: url(images/counter_date.gif);
	background-repeat: no-repeat;
	width: 180px;
	color: #FFFFFF;
	text-align: right;
}
/* 文字色彩 紅色 */
.redTxt {
	color: #CC3333;
}
/* 文字色彩 綠色 */
.grenTxt {
	color: #009966;
}
/* 文字色彩 藍色 */
.blueTxt {
	color: #3399CC;
}
/* margin邊緣空間 */
.margin7 {
	margin: 7px;
}
/* 導覽(按鈕)列、sitebar樣式 */
.navBar {
	background-color: #FFFFFF;
	background-image: url(images/navbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
/* padding墊塞空間 */
.padding5 {
	padding: 5px;
}
/* padding墊塞空間 左邊24個墊塞像素 */
.padinLeft24px {
	padding-left: 24px;
}
/* padding墊塞空間 左邊48個墊塞像素 */
.padinLeft48px {
	padding-left: 48px;
}
/* padding墊塞空間 左邊72個墊塞像素 */
.padinLeft72px {
	padding-left: 72px;
}
/* 標題字欄樣式-紅色 */
.titleTxtRed {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1;
	font-weight: normal;
	color: #FFFFFF;
	border-top: 1px solid #CC3333;
	border-right: 1px solid #CC3333;
	border-bottom: 1px solid #CC3333;
	border-left: 10px solid #CC3333;
	width: 97%;
	padding: 4px;
	background-color: #CC6666;
	filter: Alpha(Opacity=100, FinishOpacity=0, Style=1);
	background-image: url(images/dot.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 12px;
	text-align: left;
}
/* 標題字欄樣式-藍色 */
.titleTxtBlue {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1;
	font-weight: normal;
	color: #333333;
	border-top: 1px solid #D7E9B4;
	border-right: 1px solid #D7E9B4;
	border-bottom: 1px solid #D7E9B4;
	border-left: 10px solid #D7E9B4;
	width: 97%;
	padding: 4px;
	background-color: #ECF4DD;
	filter: Alpha(Opacity=100, FinishOpacity=0, Style=1);
	background-image: url(images/dot.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 12px;
	text-align: left;
}
/* 標題字欄樣式-紫色 */
.titleTxtPur {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1;
	font-weight: normal;
	color: #FFFFFF;
	border-top: 1px solid #996699;
	border-right: 1px solid #996699;
	border-bottom: 1px solid #996699;
	border-left: 10px solid #996699;
	width: 97%;
	padding: 4px;
	background-color: #CC99CC;
	filter: Alpha(Opacity=100, FinishOpacity=0, Style=1);
	background-image: url(images/dot.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 12px;
	text-align: left;
}
/* 標題字欄樣式-銘黃色 */
.titleTxtYel {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1;
	font-weight: normal;
	color: #CC3300;
	border-top: 1px solid #FFCC66;
	border-right: 1px solid #FFCC66;
	border-bottom: 1px solid #FFCC66;
	border-left: 10px solid #FFCC66;
	width: 97%;
	padding: 4px;
	background-color: #FFEE66;
	filter: Alpha(Opacity=100, FinishOpacity=0, Style=1);
	background-image: url(images/dot.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 12px;
	text-align: left;
}
/* 標題字欄樣式-綠色 */
.titleTxtGra {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1;
	font-weight: normal;
	color: #FFFFFF;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 10px solid #333333;
	width: 97%;
	padding: 4px;
	background-color: #666666;
	filter: Alpha(Opacity=100, FinishOpacity=0, Style=1);
	background-image: url(images/dot.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 12px;
	text-align: left;
}
/* 標題字欄樣式-橘色 */
.titleTxtOrg {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1;
	font-weight: normal;
	color: #333333;
	border-top: 1px solid #CC9933;
	border-right: 1px solid #CC9933;
	border-bottom: 1px solid #CC9933;
	border-left: 10px solid #CC9933;
	width: 97%;
	padding: 4px;
	background-color: #FFCC66;
	filter: Alpha(Opacity=100, FinishOpacity=0, Style=1);
	background-image: url(images/dot.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 12px;
	text-align: left;
}
/* Banner廣告欄 */
.webBannerBg {
	background-image: url(images/web_bannerbg.gif);
	background-repeat: no-repeat;
	width: 520px;
}
/* 廣告區塊清單列表 */
#advItem {
	margin: 3px;
	margin-bottom: 10px;
	padding: 3px;
	width: 280px;
	background-color: #FFFFFF;
	border-top: 10px solid #EEEEEE;
	border-right: 1px solid #CCCCCC;;
	border-bottom: 1px solid #CCCCCC;;
	border-left: 1px solid #CCCCCC;;
}
.bannerBg {
	height: 240px;
	width: 960px;
}
