body {
	background-color: #dddddd;
	margin: 0px;
}
#d_center {
	width: 1100px;
	margin: 10px auto;
	/*background-image: url(../images/middle.png);*/
}
#top {
	background-image: url(../images/top.png);
	padding: 15px 0px 5px 50px;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	height: 32px;
}
#top span {
	float: left;
	padding: 5px 0px;
}
#top img {
	float: right;
	padding: 2px 0px 2px 5px;
	margin: 0px 15px;
}
.out30 {
	padding: 20px 30px 10px 30px;
	font-size: 12px;
	line-height: 200%;
	color: #444444;
	font-family: Tahoma, Geneva, sans-serif;
}
#bottom {
}
.b12 {
	font-size: 12px;
	font-weight: bold;
	color: #428EDC;
}
.t18 {
	font-size: 26px;
	color: #428EDC;
	padding: 10px 10px 15px 10px;
	line-height: 35px;
	text-align: center;
	font-family:微软雅黑;
}
.t15 {
	font-size: 15px;
	font-weight: bold;
	color: #428EDC;
	

}
.line_bottom {
	border-top: 1px solid #428EDC;
	height: 20px;
	text-align: center;
	margin-top: 30px;
	color:gray;
}

.title_tool{
	font-size: 14px;
	color: #4f98d8;
	line-height: 20px;
	/*margin: 0px 0px 0px 480px;*/
	text-align: right;
	display: inline-block;
}

.title_tool span{
	margin-left: 10px;
	cursor: pointer;
}

.title_close{
	width: 24px;
	height: 24px;
	float: right;
	margin-right: 20px;
	background-image: url(../images/close2.gif);
	cursor: pointer;
}

.title_close:hover{
	background-position: 0px 24px;
}

