/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #000000;} /* 已访问的链接 */
a:hover{color: #FF0000;} /* 鼠标在链接上 */ 
a:active {color: #FF0000;} /* 点击激活链接 */

body {BACKGROUND: url(Index_bg.gif) #FFFFFF repeat-x;margin:0px; padding:0px; font:12px "微软雅黑","宋体","华文楷书","Arial","Verdana"; cursor:default; }

img{border:0;} 
FONT-SIZE: 12px; 
FOTN-FAMILY:Arial, 宋体,verdana,Helvetica;

CURSOR:Default;
}
TD {
	FONT-SIZE: 12px; LINE-HEIGHT: 20px; color: #333333;
}
.input{background:url(input_bg.gif) repeat-x 0 0; border:1px solid #a09f9d; height:22px; padding:4 2px; width:180px;color:#666;}

.w12 {
	font-size: 12px;
	line-height:25px;
FOTN-FAMILY:Arial, 微软雅黑,宋体，verdana,Helvetica;

}



body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td{
padding:0;
margin:0;
}   /*去除填充和空白边*/
fieldset,img{
border:0;  /*图片边为0，特别是在图片有链接的时候*/
}
table{
border-collapse: collapse; /*两个相邻单元格的相邻边合并了*/
border-spacing:0;  /*设置行和单元格的间距*/
}
ol, ul {
list-style: none;  /*去除列表样式*/
}
address,caption,cite,code,dfn,em,strong,th,var{
font-weight: normal;
font-style: normal;
}   /*去除特定字体样式*/
caption,th{
text-align: left;    /*定义内容居左*/
}
h1,h2,h3,h4,h5,h6{
font-weight: normal;
font-size:100%;   /*定义标题样式*/
}

abbr,acronym{
border:0;   /*？？一个词或短语的简称（如“HTML”）。通常同时使用title属性来指出原词或原短语*/
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,textarea,p,blockquote,th,td{
padding:0;
margin:0;
}
table{
border-collapse: collapse;
border-spacing:0;
}
fieldset,img{
border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
font-weight: normal;
font-style: normal;
}
ol,ul {
list-style: none;
margin:0px;
padding:0px;
}
caption,th{
text-align: left;
}
h1,h2,h3,h4,h5,h6{
font-weight: normal;
font-size:100%;
}
q:before,q:after{
content:'';
}
abbr,acronym{border:0;
}


.redline{border:1px dashed #FF0000;height:1px;}
h2{
	font-size: 14px;
	color: #FFFFFF;

}
h3{
	font-size: 14px;
	color: #000000;
              font-weight: bold;
}

h1{
	font-size: 14px;
	color: #000000;
              font-weight: bold;
}
.Head{
	font-size: 14px;
	color: #FFFFFF;
font-weight: bold;
}

a.Head{text-decoration: none;} /* 链接无下划线,有为underline */ 
a.Head:link {color: #FFFFFF;} /* 未访问的链接 */
a.Head:visited {color: #FFFFFF;} /* 已访问的链接 */
a.Head:hover{color: #000000;font-weight:bold;} /* 鼠标在链接上 */ 
a.Head:active {color: #000000;font-weight:bold;} /* 点击激活链接 */
