/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #106D00;} /* 未访问的链接 */
a:visited {color: #106D00;} /* 已访问的链接 */
a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
a:active {color: #106D00;} /* 点击激活链接 */
/* 导航菜单定义*/
a.class:link {color: #ffffff; font-weight: bold;}}
a.class:visited {color: #ffffff; font-weight: bold;}}
a.class:hover{color: #ffffff; font-weight: bold;}}
a.class:active {color: #ffffff; font-weight: bold;}}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
margin:0px;
font-size: 9pt;
background-image:url(/images/bg.gif); 
background-position:center;
text-decoration: none;
scrollbar-face-color: #f6f6f6;
scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #cccccc; scrollbar-3dlight-color: #cccccc; scrollbar-arrow-color: #330000; scrollbar-track-color: #f6f6f6; scrollbar-darkshadow-color: #ffffff;
}
/*字体*/
.black
{
color:#000000;
font-family:"宋体";
font-weight: normal;
font-size: 9pt;
}
/* 单元格的css定义:对应css中的“td”*/
td
{
	font-family:"宋体";
	font-size: 9pt;
	line-height: 150%;
	font-weight: normal;
        color:#106D00;
}
.table
{
background-color: #FFFFFF; 
}
.menu_bg
{
background-color: #009229; 
}
.cp_table
{
background-image:url(/images/cp_bg.gif);
}
/* 定义虚线 */
.newsBg {
	background-image: url(/images/line_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
    }
.kuang
{
background-color: #FFFBFF; 
border-bottom: #E7E7E7 1px solid;
border-left: #E7E7E7 1px solid;
border-right: #E7E7E7 1px solid;
border-top: #E7E7E7 1px solid;
color: #106D00;
font-size: 9pt
}
.input
{
background-color: #009229; 
border-bottom: #333333 1px solid;
border-left: #333333 1px solid;
border-right: #333333 1px solid;
border-top: #333333 1px solid;
color: #333333;
height: 15px;
width: 120px;
font-size: 9pt
}
/* 图片样式 */
.pic {
margin: 2px; border:double 4px #f2f2f2;
}
/* 底部版权信息文字链接的css定义*/
.bottom
{
color:#333333;
font-family:"宋体";
font-weight: normal;
font-size: 9pt;
}