/*--定义页面属性---*/
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: #0089D2;
	TEXT-DECORATION: none;
}

/*--定义不同的链接文字属性---*/
a.a:link {
	font-family: "宋体";
	font-size: 12px;
	line-height: 120%;
	color: #666666;
	text-decoration: none;
}
a.a:visited {
	font-family: "宋体";
	font-size: 12px;
	line-height: 120%;
	color: #666666;
	text-decoration: none;
}
a.a:hover {
	font-family: "宋体";
	font-size: 12px;
	line-height: 120%;
	COLOR: #0089D2;
	text-decoration: none;
}
a.b:link {
	font-family: "宋体";
	font-size: 12px;
	line-height: 120%;
	color: #FFFFFF;
	text-decoration: none;
}
a.b:visited {
	font-family: "宋体";
	font-size: 12px;
	line-height: 120%;
	color: #FFFFFF;
	text-decoration: none;
}
a.b:hover {
	font-family: "宋体";
	font-size: 12px;
	line-height: 120%;
	COLOR: #0089D2;
	text-decoration: none;
}
a.c:link {
	font-family: "宋体";
	font-size: 12px;
	line-height: 120%;
	color: #0089D2;
	text-decoration: none;
}
a.c:visited {
	font-family: "宋体";
	font-size: 12px;
	line-height: 120%;
	color: #0089D2;
	text-decoration: none;
}
a.c:hover {
	font-family: "宋体";
	font-size: 12px;
	line-height: 120%;
	COLOR: #0089D2;
	text-decoration: none;
}
.style1 {color: #FFFFFF}
.style2 {color: #666666}
.style3 {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}

/*--定义表单元素属性---*/
.box {
	BACKGROUND: #efefef;
	BORDER-BOTTOM: 1px solid #000000;
	BORDER-LEFT: 1px solid #000000;
	BORDER-RIGHT: 1px solid #000000;
	BORDER-TOP: 1px solid #000000;
	text-decoration: none;
	width: 100px;
	height:15px;
	COLOR: #000000;
}

/*--定义一条虚线（横）---*/
.xian {

       background-image:  url('file:///H|/web/%26#33635;&#23453;&#25995;&#25293;&#21334;/images/dot-heng.gif');

       background-repeat: repeat-x;

       font-size: 12px;

       color: #000000; background-position-y:50%

}

/*--定义阴影文字---*/
.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: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.kuang01{
	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: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
/*--定义背景图片---*/
.di {
	background-image:  url('file:///H|/web/%26#33635;&#23453;&#25995;&#25293;&#21334;/images/gywm-di-1.gif');
	background-repeat: no-repeat;
	background-position:  center;
}
.c{
color: #666666
}