/* ====表格样式==== */
td,th {font-family:Arial,Tahoma,Verdana,宋体; font-size:12px;line-height: 130%;COLOR: #404066}
/* 表头样式 */
th{	background-image: url(../images/TH_bg.gif);color:#336699;font-family:Tahoma;font-size:9pt; }
th a:link {text-decoration: none; color: #336699;}
th a:visited {text-decoration: none; color: #336699;}
th a:active {text-decoration: none;color: #996633;}
th a:hover {text-decoration: underline;color: #336699;}

/* 浅色表格体 */
tr1{ background-color:#EFF5FA; }
.LightTableBody{ background-color:#EFF5FA; }
/* 深色表格体 */
.DarkTableBody{ background-color:#E5F0F9; }
/* 表格边框线颜色 */
.TableBorder{ background-color:#ffffff; }
/* 表格底部样式 */
.TBFooter {	background:url("../images/TBFooter.gif") no-repeat;height:4px;}

