/*--定义页面属性---*/
body {

       margin-left: 0px;

       margin-top: 0px;

       margin-right: 0px;

       margin-bottom: 0px;

}
/*--定义整站中表格里的文字风格---*/

TD {

       COLOR: #000000;

       FONT-SIZE:12px;

       TEXT-DECORATION: none;

       FONT-FAMILY: "宋体";

       line-height: 170%;

}

/*--定义一般的链接文字的属性---*/
A{
	COLOR: #000000;
	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: #999999; TEXT-DECORATION: none;}

/*--定义不同的链接文字属性---*/
a.a:link {
	font-family: "宋体";
	font-size: 12px;
	line-height: 120%;
	color: #A51452;
	text-decoration: none;
}
a.a:visited {
	font-family: "宋体";
	font-size: 12px;
	line-height: 120%;
	color: #A51452;
	text-decoration: none;
}
a.a:hover {
	font-family: "宋体";
	font-size: 12px;
	line-height: 120%;
	COLOR: #330099;
	text-decoration: none;
}
/*--定义不同的链接文字属性---*/
a.m:link {
	font-family: "宋体";
	font-size: 12px;
	line-height: 120%;
	color: #000000;
	text-decoration: none;
}
a.m:visited {
	font-family: "宋体";
	font-size: 12px;
	line-height: 120%;
	color: #000000;
	text-decoration: none;
}
a.m:hover {
	font-family: "宋体";
	font-size: 12px;
	line-height: 120%;
	COLOR: #cc0000;
	text-decoration: none;
}

/*定义上面的链接*/
A.t:link {
	COLOR: #D8D8D8;
	FONT-FAMILY: "宋体";
	TEXT-DECORATION: none;
	font-weight:bold;	
}

A.t:visited {COLOR: #D8D8D8; FONT-FAMILY: "宋体"; TEXT-DECORATION: none;font-weight:bold;}

A.t:active {FONT-FAMILY: "宋体";TEXT-DECORATION: none;COLOR: #D8D8D8;font-weight:bold;}

A.t:hover { COLOR: #ffffff; TEXT-DECORATION: none;font-weight:bold;}



/*--定义左边链接文字属性---*/
a.l:link {
	font-family: "宋体";
	font-size: 12px;
	line-height: 120%;
	color: #ffffff;
	text-decoration: none;
}
a.l:visited {
	font-family: "宋体";
	font-size: 12px;
	line-height: 120%;
	color: #ffffff;
	text-decoration: none;
}
a.l:hover {
	font-family: "宋体";
	font-size: 12px;
	line-height: 120%;
	COLOR: #cccccc;
	text-decoration: none;
}
/*--定义不同链接文字属性---*/
a.big:link {
	font-family: "宋体";
	font-size: 14px;
	line-height: 120%;
	text-decoration: none;
	font-weight:bold;
}
a.big:visited {
	font-family: "宋体";
	font-size: 14px;
	line-height: 120%;
	text-decoration: none;
	font-weight:bold;
}
a.big:hover {
	font-family: "宋体";
	font-size: 14px;
	line-height: 120%;
	text-decoration: none;
	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(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: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}
/*--定义背景图片---*/
.di {
	background-image: url(images/gywm-di-1.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.ti {
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
