.bg-top {
	background-image: url(../images/pic/bg_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.p11 {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	line-height: 17px;
}

.p15 {
	font-family: Verdana;
	font-size: 15px;
	color: #666666;
}

.menu {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.menu:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #FFCC00;
	text-decoration: none;
}

a {
	font-family: Verdanarif;
	font-size: 11px;
	color: #999999;
	/* 2010-08-23 修改*/
	/*text-decoration: none;*/
	text-decoration: underline;
}

a:hover {
	color: #FF6600;
}

.newstit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006600;
}

.t12b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

.t12c {
	font-size: 12px;
	line-height: 20px;
	color: #CC6600;
}

.t14brown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #A73B00;
}

.table {
	border: 1px solid #E5E5E5;
	padding: 7px;
	background-color: #F7F7F7;
}

.aa:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FF6600;
	text-decoration: underline;
}
.aa:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FF6600;
	text-decoration: underline;
}
.aa:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FF6600;
	text-decoration: underline;
	position: relative;
	left: 1px;
	top: 1px;
}

.o11 {
    font-family: Verdana;
    font-size: 11px;
    color: #FF6600;
    line-height: 17px;
}
.o11:hover {
    color: #999999;
}

/* 上傳文件按鈕更新 2010-06-14*/
div#btn, div#btn a, div#btn a:visited {
	width: 150px;
	height: 30px;
	display: block;
	background: url(../images/pic/btn-2.png) no-repeat 0 0;
	text-align: center;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	line-height: 30px;
	letter-spacing: 0px;
	/*font-weight:bold;*/
}

div#btn a:hover {
	width: 150px;
	height: 30px;
	background:url(../images/pic/btn-2.png) no-repeat 0 -30px;
	color: #222;
	/*text-decoration:underline;*/
}
/* END */

/* 連結行距加大 2010-08-23 */	
.p11 a, .p11 a:hover, .p11 a:visited {
	font-family: Verdana;
	font-size: 11px;
	line-height: 30px;
}

.pop-box {
    z-index: 9999;
    margin-bottom: 3px;
    display: none;
    position: absolute;
    background: #FFF;
    border:solid 1px #6e8bde;
}

.pop-box-body {
    clear: both;
    margin: 4px;
    padding: 2px;
} 

.mask {
    color:#C7EDCC;
    background-color:#CCCCCC;
    position:absolute;
    top:0px;
    left:0px;
    filter: Alpha(Opacity=60);
    opacity: 0.6;
}

.innerMask {
    filter: Alpha(Opacity=100);
    opacity: 1;
}