﻿
/*--定义页面属性---*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*--定义整站中表格里的文字风格---*/
TD {
	COLOR:#000000;
	FONT-SIZE:12px;
	TEXT-DECORATION: none;
	FONT-FAMILY:"微软雅黑", "宋体";
}

/*--定义一般的链接文字的属性---*/
A{TEXT-DECORATION: none}

A:link {COLOR: #000; FONT-FAMILY: "微软雅黑", "宋体"; TEXT-DECORATION: none}

A:visited {COLOR: #000; FONT-FAMILY: "微软雅黑", "宋体"; TEXT-DECORATION: none}

A:active {color: #000; FONT-FAMILY: "微软雅黑", "宋体";TEXT-DECORATION: none;}

A:hover { COLOR: #000; TEXT-DECORATION:underline;}

/*--导航链接---*/
a.menu:link {
	font-family: "微软雅黑", "宋体";
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
a.menu:visited {
	font-family: "微软雅黑", "宋体";
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
a.menu:active {
	font-family: "微软雅黑", "宋体";
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
a.menu:hover {
	font-family: "微软雅黑", "宋体";
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}

/*--公告动态链接---*/
a.ggdt:link {
	font-family: "微软雅黑", "宋体";
	font-size: 50px;
	color: #FFF;
	text-decoration: none;
}
a.ggdt:visited {
	font-family: "微软雅黑", "宋体";
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
a.ggdt:hover {
	font-family: "微软雅黑", "宋体";
	font-size: 12px;
	color: #FDB813;
	text-decoration: none;
}

/*--左侧链接---*/
A.left:link {COLOR: #000; font-size:12px;FONT-FAMILY: "微软雅黑", "宋体"; TEXT-DECORATION: none;}
A.left:visited {COLOR: #000; font-size:12px; FONT-FAMILY: "微软雅黑", "宋体"; TEXT-DECORATION: none;}
A.left:active {color: #000; font-size:12px; FONT-FAMILY: "微软雅黑", "宋体";TEXT-DECORATION: none;}
A.left:hover { COLOR: #000; font-size:12px; TEXT-DECORATION:underline;}
A.left2:link {COLOR: #FF6600; font-size:12px; FONT-FAMILY: "微软雅黑", "宋体"; TEXT-DECORATION: none;font-weight:bold;}
A.left2:visited {COLOR: #FF6600; font-size:12px; FONT-FAMILY: "微软雅黑", "宋体"; TEXT-DECORATION: none;font-weight:bold;}
A.left2:active {color: #FF6600; font-size:12px; FONT-FAMILY: "微软雅黑", "宋体";TEXT-DECORATION: none;font-weight:bold;}
A.left2:hover { COLOR: #FF6600; font-size:12px; TEXT-DECORATION:underline;}


/*--导航背景---*/
div.nav {
	height:24px;
	background-color:#4A4D49;
	margin-bottom:2px;
	text-align:center;
	padding-top:5px;
}
/*--BANNER文字---*/
td.banner 
{
	color:#FFF;
	line-height:20px;
}

