body {
	margin: 0px;
	background-color:#000000;
	text-align: center;
}
/****************************************登入使用****************************************/
.logtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.log, .log a:link, .log a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.log a:active, .log a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color:#ffffff;
	text-decoration: underline;
}
.log input  {
	background-color:#000000;
	color:#FFFFFF;
	border:solid 1px #666666;
}
.button, .button a:link, .button a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color:#333333;
	text-decoration: none;
	background-color:#FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}
.button a:active, .button a:hover {
	background-color:#eeeeee;
}
.button_y, .button_y a:link, .button_y a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color:#000000;
	text-decoration: none;
	background-color: #FFCC00;
	border-top: 1px solid #FFCC66;
	border-left: 1px solid #FFCC66;
	border-bottom: 1px solid #FF9900;
	border-right: 1px solid #FF9900;
}
.button_y a:active, .button_y a:hover {
	background-color: #FFCC66;
}
.btn_list , .btn_list a:link, .btn_list a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color:#ffbf11;
	text-decoration: none;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
}
.btn_list a:hover{
	background-image: url(img/btn_bg_24.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-attachment: fixed;
	height: 25px;
	width: 150px;
}
.btn_list a:active {
	background-image: url(img/btn_bg_24.gif);
	height: 22px;
}
.btn_list_bg {
	background-image: url(img/btn_bg_24.gif);
	background-repeat: repeat-x;
	background-color: #161515;
	background-position: bottom;
}

/****************************************下方宣告****************************************/
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	color:#cccccc;
	text-decoration: none;
}
.footer a:link, .footer a:visited, .footer a:active, .footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	color:#cccccc;
	text-decoration: underline;
}
/****************************************左方選單****************************************/
.left_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;
}
ul {
	list-style-type:square;
	list-style-position:inside;
	margin: 0px 0px 0px 40px;

}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #cccccc;
	text-decoration: none;
	padding: 0px 0px 0px 14px;
}
li a:link, li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color:#cccccc;
	text-decoration: none;
}
li a:active, li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;
}
/****************************************分頁****************************************/
.listpages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.listpages a:link, .listpages a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #cccccc;
	text-decoration: underline;
}
.listpages a:active, .listpages a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #ffcc00;
	text-decoration: underline;
}