BODY,FORM,P,UL,OL{
margin:0px;
}
IMG{
border:none;
}
INPUT,SELECT{
height:12px;}
Button{
background:transparent;
background-image: url(images/bg.gif);
border:none;
cursor:pointer}

a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000099;} /* 未访问的链接 */
a:visited {color: #000099;} /* 已访问的链接 */
a:hover{color: #C61B00;} /* 鼠标在链接上 */ 
a:active {color: #00A8EB;} /* 点击激活链接 */

A.style1:link {
text-decoration: none;
color: #C61B00;
font-weight: normal;
}
A.style1:visited {
text-decoration: none;
color: #C61B00;
font-weight: normal;
}
A.style1:hover {
text-decoration: underline;
color: #000099;
font-weight: normal;
}
A.style1:active {
text-decoration: none;
color: #00A8EB;
font-weight: normal;
}

A.style2:link {
text-decoration: none;
color: #F5F5F5;
font-weight: normal;
}
A.style2:visited {
text-decoration: none;
color: #F5F5F5;
font-weight: normal;
}
A.style2:hover {
text-decoration: underline;
color: #C61B00;
font-weight: normal;
}
A.style2:active {
text-decoration: none;
color: #00A8EB;
font-weight: normal;
}

A.style3:link {
text-decoration: none;
color: #F5F5F5;
font-weight: normal;
}
A.style3:visited {
text-decoration: none;
color: #F5F5F5;
font-weight: normal;
}
A.style3:hover {
text-decoration: underline;
color: #C61B00;
font-weight: normal;
}
A.style3:active {
text-decoration: none;
color: #00A8EB;
font-weight: normal;
}


/*顶部频道文字链接的css定义*/
a.channel:link {color: #000099;}
a.channel:visited {color: #000099;}
a.channel:hover{color: #FF0000;}
a.channel:active {color: #000099;}
/*底部版权信息文字链接的css定义*/
a.bottom:link {color: #000099;}
a.bottom:visited {color: #000099;}
a.bottom:hover{color: #005500;}
a.bottom:active {color: #000099;}
/*文章栏目标题文字链接的css定义*/
a.class:link {color: #000099;}
a.class:visited {color: #000099;}
a.class:hover{color: #ff0000;}
a.class:active {color: #000099;}
/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
margin:0px;
font-size: 9pt;
color: #333333;
background:#ffffff;
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: 9pt;
	line-height: 150%;
	font-weight: normal;
}


.column {
background-color:#00a8eb;
color:#000099;
height:21px;
filter:alpha(opacity=100,finishopacity=0,style=1,startX=120px);
}
.column A{
color:#FFFFFF;
font-weight:bold;
}
.postlist,.postlist2{
list-style:none}
.postlist Li{
margin-left:12px;
background-image:url(images/d1.jpg);
background-repeat:no-repeat;
background-position:3px 5px;
padding-left:16px;
line-height:21px;
}
.postlist2 Li{
margin-left:12px;
background-image:url(images/postli.gif);
background-repeat:no-repeat;
background-position:3px 5px;
padding-left:16px;
line-height:21px;
}
.posttd{
width:300px;
word-wrap:break-word;
}
.b1{
height:21px;
text-align:center;
font-weight:bold;
}


.bigtable{
width:90%;
border:1px #666666 solid;
background-color:#DFDFDF;
margin-top:6px;
border-collapse:collapse;
} 
.b2{
height:21px;
background-color:#ffffff;
}
.b7{
 border:1px #666666 solid;
}



.t01red {  font-family: 宋体; font-size: 12px; color: #C61B00; text-decoration: none}
.t02white {  font-family: 宋体; font-size: 12px; color: #F5F5F5; text-decoration: none}

