/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #5D5D5D;} /* 未访问的链接 */
a:visited {color: #5D5D5D;} /* 已访问的链接 */
a:hover{color: #FF0000;} /* 鼠标在链接上 */ 
a:active {color: #FF0000;} /* 点击激活链接 */

body
{
margin:0px;
font-size: 12px;
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;
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
	font-family:"宋体";
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
}

a.channel:link {color: #8A3A6F; font-size:14px; }
a.channel:visited {color: #8A3A6F; font-size:14px; }
a.channel:hover{color: #FF0000; font-size:14px; }
a.channel:active {color: #ff0000; font-size:14px; }

a.channel2:link {color: #010E7E; font-size:14px; font-weight:bold;}
a.channel2:visited {color: #010E7E; font-size:14px; font-weight:bold;}
a.channel2:hover{color: #FF0000; font-size:14px; font-weight:bold;}
a.channel2:active {color: #ff0000; font-size:14px; font-weight:bold;}

a.bottom:link {color: #ffffff;}
a.bottom:visited {color: #ffffff;}
a.bottom:hover{color: #FF0000;}
a.bottom:active {color: #ff0000;}

a.a1:link {color: #9B176B;}
a.a1:visited {color: #9B176B;}
a.a1:hover{color: #FF0000;}
a.a1:active {color: #ff0000;}

.list1
{
height:22px;
color:#9B176B;
}

.pic_art
{
margin-top:5px;
width:10px;
height:10px;
}
.pic_art_img
{
border:#B8B8B6 1px solid;
padding:3px;
background-color:#FFFFFF;
}
.pic_art_title
{
width:163px;
height:25px;
background-image:url(images/pictile_bg.gif);
}
.t6
{
color:#A6538B;
font-size:14px;
font-weight:bold;
border-bottom:#9A99FF 1px solid;
}
.jj_td
{
font-size:14px;
background-image:url(images/jjbg.gif);
}
a.jj_td:link {color: #000000;}
a.jj_td:visited {color: #000000;}
a.jj_td:hover{color: #FF0000;}
a.jj_td:active {color: #ff0000;}

.input1{
width:222px;
height:17px;
border:#414246 1px solid;
background-color:#FFFFFF;
}
.input2{
background: url(images/sou.jpg);width:62px; height:17px;
border:0px;
cursor:pointer;
}