/*
设置通用文字、页面背景、链接等样式
*/
BODY  {
	SCROLLBAR-FACE-COLOR: #EBF2F5; 
	SCROLLBAR-HIGHLIGHT-COLOR: #F8FAFB; 
	SCROLLBAR-SHADOW-COLOR: #E5EAED; 
	SCROLLBAR-3DLIGHT-COLOR: #DFE7EB; 
	SCROLLBAR-ARROW-COLOR: #476C7E; 
	SCROLLBAR-TRACK-COLOR: #D6E0E8; 
	SCROLLBAR-DARKSHADOW-COLOR: #608293;

	margin: 0px,0px,0px,0px;
	font-size: 12px;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: center top;
	background-image: url(../images/bg_page1.gif);
	background-color:#FFFFFF
}

td{
/*	font-family: "宋体";*/
	font-size: 12px;
	line-height: 1.5;
	color: #000000;
/*	word-break:break-all;*/
	text-decoration: none;
}
.content{
	font-family: "宋体";
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	word-break:break-all;
	text-decoration: none;
	margin:24;
}
p{							/*文章内容字样式_周围留白20*/
	font-size: 14px;
	text-indent:2em;
	margin:9,24,9,24;
}
li{		/*列表项*/
	font-size:14px;
}

.TableHand{		/*左侧列表标题鼠标样式*/
	cursor:hand;
}
.TableListTxt{		/*左侧列表标题字样式*/
	color:#333333;
	font-size:14px;
	font-family: "宋体";
}
.banner{
	background-color:#FFFFF0;
	border-bottom:1 solid #999999;
}
td.title1{					/*文章标题字样式_阴影字_居中*/
	font-family: "宋体";
	height:33;
	text-align:left;
	text-indent:110px;
	font-weight:bold;
	font-size:18px;
	color:#996600;
	background-image:url(../images/ej_bg_title.gif);
	background-repeat:no-repeat;
	background-position:60 70%;
	filter: Glow(Color=#FFFFFF, Strength=1)
}
.bottom{				/*版权所有*/
	color:#FFFFFF;
	background-color:#106EBC;
}

a  {
	font-size : 16px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
    color: white;
}
a:link { }
a:Visited  {
	font-style : normal;
	text-decoration : none;
	color:#FFFFFF;
}

a:Hover  {
	font-style : normal;
    color:#FFF8D0;
    text-decoration: none;
}

a:Active  {
	font-style : normal;
	text-decoration : none;
}