body {
	margin-left: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color: #f4ffe4;
}
td {
    font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
}

a {
	font-size: 12px;
    color:#3666d4;
	text-decoration: none;
}

input, select, textarea {
    color: #781351;
	font: 12px Verdana;
    background: #fee3ad;
	border: 1px solid #781351;
}
.submit input {
    color: #000000;
	font-weight: bold;
	background: #ff8400;
	border: 2px outset #d7b9c9;
	width: 80px;
}
.style1 {
	font-size: 36px;
	font-weight: bold;
	color: #ff8400;
}
.style2 {
	font-size: 20px;
	color: #ff8400;
    font-weight: bold;
}
/*左列主標籤開始*/
.left-style td {
	height: 40px;
	text-align: center;
    background: #ff8400;
	font-size: 14px;
	border-bottom: 1px solid #f4ffe4;
}
.left-style a {
    width: 140px;
	color: #f4ffe4;
    line-height: 40px;
	text-decoration: none;
	display: block;
}
.left-style a:hover {
    width: 138px;
	color: #ff8400;
	font-size: 16px;
	background: #f4ffe4;
	line-height: 38px;
	border: 1px solid #ff8400;
}
/*左列主標籤結束*/
/*副標籤開始*/
.subTag {
    font-size: 16px;
}
.subTag a {
    color: #3666d4;
    font-size: 16px;
    text-decoration: none;
}
.subTag a:hover {
    color: #ff8400;
}
/*副標籤結束*/
/*搜尋結果開始*/
.td-title td {
	background: #ff8400;
	height: 30px;
	color: #f4ffe4;
	font-size: 14px;
	text-align: center;
}
.td-data td {
	height: 30px;
	font-size: 12px;
}
.td-data a {
	font-size: 12px;
    color:#3666d4;
	text-decoration: none;
}
.total {
	font-size: 12px;
    font-weight: bold;	
}
/*搜尋結果結束*/
/*分頁開始*/
.pg span {
    border:1px solid #ccdbe4;
	padding:2px 8px;
	font-size: 12px;
	color:#ccdbe4;
	text-decoration: none;
	display: inline-block;
}

.pg a {
    border:1px solid #ccdbe4;
	padding:2px 8px;
	font-size: 12px;
	color:#3666d4;
	text-decoration: none;
	display: inline-block;
}
.pg a:hover {
    color: #fff;
	font-size: 12px;
	background: #3666d4;
	border-color:#2b55af;
	text-decoration: none;
}
/*分頁結束*/