

/*///////////////////////////////////////////////////////////////////////////// 最新消息 表格*/	

.natable {
	width: 100%;
	color: #474747;
	border:1px solid #66b70f;
	border-spacing: 0px; 
	}
.natable a{
    color: #66b70f;
	text-decoration: none;  }
.qatable a:hover {
	color: #b8e000;
	text-decoration: underline; } 
.natable .h1{
	font-size:13px;
	font-weight:bold;
	color: #66b70f;
}

.natable tr{
	padding:6px 6px 6px 6px; 
	}
 
.natable th{
    padding:8px 6px 6px 6px; 
	text-align:left;
	color:#fff;
	font-size:13px;
	border-right:3px solid #fff;
	background:url(../images/bg_th.gif) repeat-x center; } 
 
.natable td{
    padding:6px 6px 6px 6px; 
	border-bottom: 1px solid #66b70f;
	border-right:3px solid #fff; }
	
.natable tr.odd{
    border-right:3px solid #fff;
    background-color:#ebebeb;
	border-bottom: 1px solid #66b70f; }
	
	
/*///////////////////////////////////////////////////////////////////////////// 常見問題 表格*/	

.qatable {
	width: 100%;
	color: #474747;
	border-spacing: 0px; 
	background:url(../images/index/messagebg.gif) repeat-x;
	}
.qatable a{
    color: #087ea4;
	text-decoration: none;  }
.qatable a:hover {
	color: #00c3e0;
	text-decoration: underline; } 
	
.qatable .h1{
	font-size:15px;
	font-weight:bold;
	color: #007d9f;
}
.qatable .h2{
	color: #008396;
}
.qatable .h3{
	color: #008396;
}
.qatable td td, {
	border-bottom: 1px dashed #fff;
}
.qaborder{
	border-bottom: 1px dashed #d7d74a;
}
	

.qatable tr{
	padding:6px 6px 6px 6px; 
}
.qatable th{
    padding:8px 6px 6px 6px; 
	text-align:left;
	color:#fff;
	font-size:13px;
	background:url(../images/bg_th2.gif) repeat-x center; 
} 
.qatable td{
    padding:6px 6px 6px 6px; 
	border-bottom: 1px dashed #d7d74a;
}

