/*--定义页面属性---*/
body {

       margin-left: 0px;

       margin-top: 0px;

       margin-right: 0px;

       margin-bottom: 0px;

}
/*--定义整站中表格里的文字风格---*/

TD {

       COLOR: #666666;

       FONT-SIZE:12px;

       TEXT-DECORATION: none;

       FONT-FAMILY: "宋体";

       line-height: 170%;

}

/*--定义一般的链接文字的属性---*/
A{TEXT-DECORATION: none}

A:link {COLOR: #000000; FONT-FAMILY: "宋体"; TEXT-DECORATION: none}

A:visited {COLOR: #000000; FONT-FAMILY: "宋体"; TEXT-DECORATION: none}

A:active {FONT-FAMILY: "宋体";TEXT-DECORATION: none;color: #000000;}

A:hover { COLOR: #ff6600; TEXT-DECORATION: none}

/*--定义不同的链接文字属性---*/
a.a:link {
	font-family: "宋体";
	font-size: 12px;
	line-height: 120%;
	color: #ffffff;
	text-decoration: none;
}
a.a:visited {
	font-family: "宋体";
	font-size: 12px;
	line-height: 120%;
	color: #ffffff;
	text-decoration: none;
}
a.a:hover {
	font-family: "宋体";
	font-size: 12px;
	line-height: 120%;
	COLOR: #FFD11B;
	text-decoration: none;
}



/*--定义一条虚线（横）---*/
.xian {

       background-image: url(images/dot-heng.gif);

       background-repeat: repeat-x;

       background-position: bottom;

       font-size: 12px;

       color: #000000;

}

/*--定义阴影文字---*/
.yin {
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
	line-height: 170%;
	text-decoration: none;
	filter:dropshadow(color=#ff6600,offx=2,offy=2,positive=2) ;             
	height: 1px;
}

/*--定义英文字体---*/
.en {
	COLOR: #000000; 
	FONT-SIZE:12px; 
	TEXT-DECORATION: none;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	line-height: 170%;
}
/*--定义表格边框颜色---*/
.kuang{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
}
/*--定义背景图片---*/
.di {
	background-image:  url(file://///Server/tech/zyd/images/gywm-di-1.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/*--定义表单元素属性---*/
.wbk {
	margin: 0px;
	padding: 0px;
	border: 1px solid #A2A2A2;
}
.dhwbk {
	margin: 0px;
	padding: 0px;
	border: 1px solid #666666;
}
.dhwbk2 {
	border: 1px solid #666666;
	overflow: hidden;
}
.dazi {
	font-family: "黑体";
	font-size: 20px;
	color: #914800;
	text-decoration: none;
}
.daz {
	font-family: "宋体";
	font-size: 13px;
	color: #003333;
	text-decoration: none;
	line-height: 170%;

}

