body{
	background-color:#FFF;
}
/***表頭背景***/
#header{
	background:url('header_back.png') 0 0 no-repeat;
	width:100%;
	height:100px;
	position:relative;
}
/***表頭歡迎詞***/
.headerTxt1{
	color: #000;
	font-size: 15px;
	position:absolute;
	top:30px;
	right:10px;
}
/******功能列 開始**************/
.tab_bg {
	background-image: url(tab_bg.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 30px;
	text-align: right;
	padding-right: 20px;
	position:absolute;
	bottom:0;
	right:0;
}
.tab_bg a{
	color: #FFF;
	text-decoration: none;
}
.tab_bg a:hover{
	color: #FF9;
	text-decoration: none;
}
.tab_center_bg{
	background-color:#E17F50;
	font-size: 15px;
}
.tab_left_bg{
	background-image: url('tab_left.gif');
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}
.tab_right_bg{
	background-image: url('tab_right.gif');
	background-repeat: no-repeat;
	background-position: right top;
	height: 30px;
}
/******功能列 結束**************/
/******EIP Table 開始************/
.eipTable{
	background-color:#FFFFFF;
	border: 1px solid #FBAA0D;
}
.eipHeader{
	height: 25px;
	font-size: 12pt;
	font-family: 微軟正黑體;
	background-color:#CD8302;
	color:#FFFFFF;
	text-align: center;
}
.eipItem{
	font-size: 12pt;
	font-family: 微軟正黑體;
	background-color: #FDEC9D;
	color: #000000;
	text-align: center;
}
.eipItemLeft{
	font-size: 12pt;
	font-family: 微軟正黑體;
	background-color: #FDEC9D;
	color: #000000;
	text-align: left;
}
.eipItemRight{
	font-size: 12pt;
	font-family: 微軟正黑體;
	background-color: #FDEC9D;
	color: #000000;
	text-align: right;
}
/******EIP Table 結束************/
.eipBoxTitle {
	color:#fff;
	font-size: 12pt;
	font-family: 微軟正黑體;
	text-align: left;
	padding-top:2px;
	padding-bottom:2px;
	letter-spacing:2px;
	border-radius:5px 5px 0 0;
	background: rgb(242,130,91); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(242,130,91,1) 0%, rgba(229,91,43,1) 50%, rgba(240,113,70,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(242,130,91,1) 0%,rgba(229,91,43,1) 50%,rgba(240,113,70,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(242,130,91,1) 0%,rgba(229,91,43,1) 50%,rgba(240,113,70,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2825b', endColorstr='#f07146',GradientType=0 ); /* IE6-9 */
}
