/* CSS Document */
body {
margin:0 0 0 0;
}

/*表头外框右侧黑线*/
.main_table_border {
	border-right:1pt solid #000000;
}

/*表格白色双线边框*/
.tbl_dblborder {
	border:2pt double #FFFFFF;
}
/*表格底部右侧白色边框*/
.tbl_bd_btmrt {
	border-bottom:1pt solid #FFFFFF;
	border-right:1pt solid #FFFFFF;
}
/*文章列表表格外框，深橄榄绿*/
.tbl_border_list {
	border:3pt double #006400;
}
/*文章列表表格单元格*/
.tbl_dbltd_list {
	/*深橄榄绿*/
	border-right:1pt solid #006400; 
}
.tbl_dbltd_list2 {
	/*深橄榄绿*/
	border-right:1pt solid #006400; 
	border-bottom:1pt solid #006400; 
}
.tbl_dbltd_list3 {
	/*深橄榄绿*/
	border-bottom:1pt solid #006400; 
}

/*背景图片居中，不重复显示*/
.bgimg_center_norepeat {
	background-position:center center;
	background-repeat: no-repeat;
}

/*背景图片居右上，不重复显示*/
.bgimg_right_norepeat {
	background-position:top right;
	background-repeat: no-repeat;
}

.text_link {
	font-size: 14px;
	font-weight: bold;
	color: #330000;
}
/*玉米色，文字加粗，栏目标题用*/
.text {
	font-size: 14px;
	font-weight: bold;
	color: #FFF8DC;
}
/*玉米色*/
.text_nobold {
	font-size: 12px;
	color: #FFF8DC;
}
/*金色*/
.text_gold {
	font-size: 12px;
	color: #FFD700;
}
/*纯黄*/
.text_yellow {
	font-size: 12px;
	color: #FFFF00;
}

/*白色*/
.text_white {
	font-size: 12px;
	color: #FFFFFF;
}

/*白色大字*/
.text_white_b {
	font-size: 14px;
	color: #FFFFFF;
	line-height:20pt;
}

/*二级页面子菜单，浅紫薰衣草色文字*/
.text_submenu {
	font-size:14px;
	color:#e6e6fa;
	font-weight:bold;
}

/*正文标题字体 绿色*/
.text_dtl_title {
	font-size:18px;
	color:#006400;
	/*color:#708090;*/
	font-weight:bold;
}

/*标题字体 绿色 小*/
.text_dtl_title_s {
	font-size:12px;
	color:#006400;
	/*color:#708090;*/
	font-weight:bold;
}

/*正文字体 绿色*/
.text_dtl_text {
	font-size:14px;
	color:#006400;
	/*color:#708090;*/
	line-height:20pt;
	word-wrap: break-word;
}

/*文字版权提示 银色 小字 加粗*/
.text_copyright {
	font-size:12px;
	color:#c9c9c9;
	font-weight:bold;
	text-align:right;
}

/*表格黄色底色*/
.td_bgcolor {
	background-color:#FFFF66;
}

a:link {
	color:#006400;
	text-decoration:none;
}
a:hover {
	color: #006400;
	font-weight:bold;
	text-decoration:underline;
}
a:visited {
	color:#006400;
	text-decoration:none;
}
a:active {
	color:#006400;
}
/*******/
.menu_a:link {
	color:#e6e6fa;
	text-decoration:none;
	font-size:14px;
}
.menu_a:hover {
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
	font-size:14px;
}
.menu_a:visited {
	color:#e6e6fa;
	text-decoration:none;
	font-size:14px;
}
