/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
html{
	scrollbar-face-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color:  #adadad;
	scrollbar-track-color: #ccc;
	scrollbar-darkshadow-color: #ccc;
}
body,td,th {font-size: 12px; color: #aaaaaa;}
	
/* ===kehao-链接颜色=== */
a {color:#86B1EB; text-decoration: none;}/* 带链接的定义 */
a:link {text-decoration: none;}/* 未访问的链接 */
a:visited {text-decoration: none;}/* 已访问的链接 */
a:hover {color: #fffff; text-decoration: none;}/* 鼠标经过的链接 */
a:active {text-decoration: none;}/* 正激活的链接 */

/* 标题样式 */ 
.STYLE3 {
	color: #FFFFFF;
	font-size: 12px;
}

/* 页尾文本样式 */ 
.STYLE4 {color: #29547e;font-size: 12px}
.STYLE5 {font-size: 12px}
.STYLE7 {
	color: #4583be;
	font-size: 14px;
}

.STYLE8 {color: #FFFFFF}

/*站内搜索输入框样式*/
.input {background-color: #cccccc;}

#dht{
	position:absolute;
	width:100%;
	height:445px;
	z-index:1;
	font-size: 12px;
}
/*=====导航条表格子项高度======*/
#dht1 tr{
	height:20px;
}
#dht2 tr{
	height:20px;
}
#dht3 tr{
	height:20px;
}
#dht4 tr{
	height:20px;
}

/* ===导航条-链接颜色=== */
.dht_items a {color:#ffffff; text-decoration: none;}/* 带链接的定义 */
.dht_items a:link {text-decoration: none;}/* 未访问的链接 */
.dht_items a:visited {text-decoration: none;}/* 已访问的链接 */
.dht_items a:hover {color: #ff6600; text-decoration: none;}/* 鼠标经过的链接 */
.dht_items a:active {text-decoration: none;}/* 正激活的链接 */

.fontcolor a{color:#FF0000; text-decoration: none;}
.fontcolor a:hover{color:#FFFFFF; text-decoration: none;}
