/* ===================网站链接总的css定义:可定义内容为链接字体颜色、样式等=============== */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #000000;} /* 已访问的链接 */
a:hover{color: #FF0000;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */

/* ===================连接黄色、按下红色=============== */
a.day:link {color: #FF6600;} /* 未访问的链接 */
a.day:hover{color: #ff5959;} /* 鼠标在链接上 */ 
a.day:visited {color: #8E460B;} /* 已访问的链接 */
a.day:active {color: #ae0927;} /* 点击激活链接 */

/*====body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等===*/
body
{
font-size: 9pt;background:url(/images/bg_all.gif);
background-position:center;
text-decoration: none;
scrollbar-face-color:#f0d7ff; scrollbar-shadow-color:ffffff;  scrollbar-highlight-color:ffffff; scrollbar-3dlight-color:ffffff;  scrollbar-darkshadow-color:ffffff; scrollbar-track-color:#E6FFD7;  scrollbar-arrow-color:ffffff;}

/*定义站点、表格、标题1字体大小*/
table        { font-family: 宋体; font-size: 9pt ;color: #000000;letter-spacing: 1pt}
body         { font-family: 宋体; font-size: 9pt }
h1           { font-family: "宋体"; font-size: 16;color: #66AA00;line-height: 120%;}

/* ========================网站脚部背景定义beging================================= */
.bottom_nav_td1 /* 表格背景定义 */
{
background:url(/include/Images/table1.gif);
}

.bottom_nav_td2 /* 表格背景定义 */
{
background:url(/include/Images/table2.gif);
}

.bottom_nav_td3 /* 表格背景定义 */
{
background:url(/include/Images/table3.gif);
}

.bottom_nav_td4 /* 表格背景定义 */
{
background:url(/include/Images/table4.gif);
}

/* ========================网站脚部背景定义end================================= */

/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
font-size: 9pt;height: 20px;
}
/*=========文本框定义=========*/

input        { font-size: 12px;}

input
{
background-color: #ffffff; 
border-bottom: #666666 1px solid;
border-left: #666666 1px solid;
border-right: #666666 1px solid;
border-top: #666666 1px solid;
color: #666666;
height: 18px;
border-color: #666666 #666666 #666666 #666666; font-size: 9pt
}

/*===========页面图片定义===========*/
.top_nav_menu /* 导航栏背景图*/
{background:url(/images/dht.gif);}

.nv_bg_1
{background:url(/images/bg_1.gif);}

.nv_bg_2
{background:url(/images/bg_2.gif);}

.nv_bg_3
{background:url(/images/bg_3.gif);}

.nv_bg_4
{background:url(/images/bg_4.gif);}

.nv_bg_5
{background:url(/images/bg_5.gif);}

.nv_bg_6
{background:url(/images/bg_6.gif);}

.nv_bg_7
{background:url(/images/bg_7.gif);}

.nv_bg_8
{background:url(/images/bg_8.gif);}

.xg_bg_1
{background:url(/images/xg_1.gif);}

.xg_bg_2
{background:url(/images/xg_2.gif);}

.xg_bg_3
{background:url(/images/xg_3.gif);}

.xg_bj_1
{background:url(/images/td_bj.gif);}

.xg_bj_2
{background:url(/images/td_bj1.gif);}

.xg_bj_3
{background:url(/images/td_bj2.gif);}

.xg_bj_4
{background:url(/images/td_bj3.gif);}

.xg_bj_5
{background:url(/images/td_bj4.gif);}

.xg_bj_6
{background:url(/images/td_bj5.gif);}

.xg_bj_7
{background:url(/images/td_bj6.gif);}

.dashed {
	BORDER-BOTTOM: #898989 1px dashed
}


.txt /* 文章内容样式 */
{
	font-size: 9pt;
	line-height: 20px;
	margin-left: 28px;
}

.font1 /* 白色字体颜色定义 */
{color: #FFFFFF}

.font2 /* 黄色字体颜色定义 */
{color: #FFF200}

.font3 /* 红色字体颜色定义 */
{color:#CC0000}

.font4 /*您现在的位置 */
{color:#990000}

.font5/*红色加粗字体 */
{color:#FF0000;font-weight:bold}

.font6
{color:#CC0000;font-weight:bold}

.font7
{color:#BFBFBF}

.font8
{color:#FF6600; font-size: 12pt ;}

.pic-link {
	padding: 3px;
	border: 2px solid #E3E3E3;
	background-color: #FFFFFF;

}
.pic-link1 {
	padding: 3px;
	border: 2px solid #FF9900;
	background-color: #FFFFFF;

}

/* ================================网站图片连接====================== */
a.nav:link       {
	text-decoration: none;
	color: #cc0000;
}
a.nav:visited    {color:#FF0000;text-decoration: none}
a.nav:hover     {
	color:#FF9900;
	text-decoration: none;
	position: relative;
	lift: 1px;
	left: 1px;
	top: 1px;
}
a.nav:active      {color:#3399ff;text-decoration: underline}
