/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body,select,input,textarea,td{font-size:12px; font-family:simsun; margin:0px}
body{ background-color:#FFFFFF}

/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none; font-size:12px;} /* 链接无下划线,有为underline */ 
a:link {color: #000000; font-size:12px; text-decoration: none;} /* 未访问的链接 */
a:visited {color: #000000; font-size:12px; text-decoration: none;} /* 已访问的链接 */
a:hover{color: #FF6600; font-size:12px; text-decoration: underline;} /* 鼠标在链接上 */ 
a:active {color: #FF6600; font-size:12px; text-decoration: underline;} /* 点击激活链接 */


.h12a:link {color: #3B8C0B; font-size:12px; line-height:20px; text-decoration: none;} /* 未访问的链接 */
.h12a:visited {color: #3B8C0B; font-size:12px; line-height:20px; text-decoration: none;} /* 已访问的链接 */
.h12a:hover{color: #3B8C0B; font-size:12px; line-height:20px; text-decoration: underline;} /* 鼠标在链接上 */ 
.h12a:active {color: #3B8C0B; font-size:12px;  line-height:20px;text-decoration: underline;} /* 点击激活链接 */


.h12e:link {color: #CCCCCC; font-size:12px; line-height:20px; text-decoration: none;} /* 未访问的链接 */
.h12e:visited {color: #CCCCCC; font-size:12px; line-height:20px; text-decoration: none;} /* 已访问的链接 */
.h12e:hover{color:#CCCCCC; font-size:12px; line-height:20px; text-decoration: underline;} /* 鼠标在链接上 */ 
.h12e:active {color:#CCCCCC; font-size:12px;  line-height:20px;text-decoration: underline;} /* 点击激活链接 */

.lv{color: #3B8C0B; font-size:12px;}

.lx{  padding-left:33px; padding-top:5px; line-height:18px; padding-right:10px; padding-bottom:10px; color:#000000; font-size:12px;}

.jj { color:#000000; font-size:12px; line-height:22px;}

/*----------------------top right navigation-------------------------*/
#right_nav{
width:140px;height: auto;padding:0px; float:left;
}
#right_nav ul{
list-style:none;margin:0px;display:block; padding:0px;
}
#right_nav ul li{
list-style:none;display:block;width:auto;height:24px;padding:0px;line-height:26px;
}
#right_nav ul li a{
height:24px;display:block; width:170px;text-decoration:none;padding:0px; margin:0px;color:#3B8C0B;background:url(images/nj1.gif) no-repeat center;
background-position:0px;
}
#right_nav ul li a:hover{
height:24px;display:block;width:170px;text-decoration:none;color: #FFFFFF;padding:0 0 0 0px;margin:0px 0 0px 0;  background-image:url(../images/nj1.gif);
background-position:0px 0px;
}
#right_nav ul li a.current{
height:24px;display:block;width:170px;text-decoration:none;padding:0 0 0 0px;color: #FFFFFF;padding:0 0 0 0px;margin:0px 0 0px 0; 
 background-image:url(../images/nj1.gif);
background-position:0px 0px;
}