@charset "gb2312";
/* CSS Document */

body
{
	margin:0px;
	padding:0px;
	}
.TopLine{
	width:100%;
	height:40px;
	margin:0px;
	border-bottom:#999 1px solid;
	background-color:#e6e3e3;
	}
	
.TopLine_a{
	width:1024px;
	height:100%;
	}	

.TopLine_linkStyle{
	font-size: 12px;
	color: #003399;
	}
	
a.TopLine_linkStyle:link {
	text-decoration: none;
}

a.TopLine_linkStyle:visited {
	text-decoration: none;
}

a.TopLine_linkStyle:hover {
	color:#F00;
}

a.TopLine_linkStyle:active {
	text-decoration: none;
}

.BottomMenu{
	width:100%;
	height:300px;
	background-image:url(titleBG.jpg);
	background-position:center;
	background-repeat:no-repeat;
	}

.TopBG{
	width:100%;
	height:260px;	
	}
.TopBG_a{
	width:1024px;
	height:260px;
	margin:0px;
	padding:0px;
	background-position:center;
	background-repeat:no-repeat;
	}
.TopMenu{
	width:100%;
	height:40px;
	}

.TopMenu_a{
	width:1024px;
	height:100%;
	text-align:center;
	line-height:40px;
	background-image:url(DHLeft.png);
	background-repeat:no-repeat;
	background-position:left;
	}
.TopMenu_a ul{
	width:1022px;
	padding:0px;
	margin-left:3px;
	margin-top:0px;
	margin-bottom:0px;
	}
.TopMenu_a ul li{
	display:block;
	margin:0px;
	width:130px;
	list-style:none;
	float:left;
	background-image:url(DHLine.jpg);
	background-position:right;
	background-repeat:no-repeat;
	}
.TopMenu_a ul li.Last{
	display:block;
	margin:0px;
	width:242px;
	list-style:none;
	float:left;
	background-image:url(DHRight.png);
	background-position:right;
	background-repeat:no-repeat;
	}
a.DH{
	width:128px;
	display:block;
	margin:0px 2px 0px 0px;
	background-image:url(DHCenter.png);
	background-position:left;
	background-repeat:repeat-x;
	font-size:14px;
	font-family:Arial,Verdana,Tahoma;
	font-weight:bold;
	color:#fff;
		}
a.DH:hover{
	text-decoration: none;
	background-image:url(DHCenter2.jpg);
	background-position:left;
	background-repeat:repeat-x;
	}

a.DH:link{
	text-decoration: none;
	}

a.DH:visited{
	text-decoration: none;
	}
a.DH:active{
	text-decoration: none;
	}		
.SpanMain{
	width:238px;
	margin:0px;
	background:url(DHCenter.png);
	background-position:left;
	background-repeat:repeat-x;
	}