
/*网页总的CSS，页面边距、背景颜色*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
}

/*网页表格属性，定义各单元格的字体、颜色、行高等属性*/
body,td,th {
	font-family: "宋体";
	font-size: 12px;
	color: #333333;
	
}

.text2 {
	FONT-SIZE: 12px; COLOR: #363636
}
A.text2:link {
	FONT-SIZE: 12px; COLOR: #363636; TEXT-DECORATION: none
}
A.text2:visited {
	FONT-SIZE: 12px; COLOR: #363636; TEXT-DECORATION: none
}
A.text2:hover {
	FONT-SIZE: 12px; COLOR: #ff9c4b; TEXT-DECORATION: underline
}

/*网页总的链接样式*/
a:link {
	color: #363636;
	text-decoration: none;
	font-size:14px;
}
a:visited {
	text-decoration: none;
	color: #363636;
	font-size:14px;
}
a:hover {
	text-decoration: none;
	color: #ff9c4b;
	font-size:14px
}
a:active {
	text-decoration: none;
	color: #ff9c4b;
	font-size:14px;
}


a.a1:link {
	color: #666666;
	text-decoration: none;
	font-size:12px;
	
}
a.a1:visited {
	text-decoration: none;
	color: #FF0000;
	font-size:12px;

}
a.a1:hover {
	text-decoration: none;
	color: #666666;
	font-size:12px;
	
}
a.a1:active {
	text-decoration: none;
	color: #666666;
	font-size:12px;
	
}

a.jg:link {
	color: #363636;
	text-decoration: none;
	font-size:12px;
	
}
a.jg:visited {
	text-decoration: none;
	color: #363636;
	font-size:12px;

}
a.jg:hover {
	text-decoration: none;
	color: #363636;
	font-size:12px;
	
}
a.jg:active {
	text-decoration: none;
	color: #FF0000;
	font-size:12px;
	
}

/*导航菜单链接样式 <a class='menu' ***>***</a>*/

a.menu:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size:14px;
	font-weight:bold;	
}
a.menu:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size:14px;
	font-weight:bold;
}
a.menu:hover {
	text-decoration: none;
	color: #0033FF;
	font-size:14px;
	font-weight:bold;
}
a.menu:active {
	text-decoration: none;
	color: #FF0000;
	font-size:14px;
	font-weight:bold;
}

/*中部各版块文章样式（下边虚线）>*/
.news {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.STYLE1 {font-weight: bold}
.STYLE2 {
	font-size: 5px;
	font-weight: bold;
	}

	.STYLE3 {
	font-size: 12px;
	font-weight: bold;
	}

		.stylefoot {
	font-size: 12px;
	
     color:#ffffff;
	}

	#div-111{
position:absolute;/*子元素绝对定位*/
top:940;
left:3;

}

