.main {
	width:900px;
}
.main_head {
	width:900px;
	font-size:12px;
}
.head_left {
	width:250px;
	height:200px;
	float:left;
	border:1px solid #000;
}
.head_right {
	font-size:14px;
	width:640px;
	height:200px;
	float:right;
	line-height:18px;
	padding:5px 5px 5px 5px;
	background-color:#99CCFF;
	border:1px solid #000000;
}
.main_text {
	width:900px;
	font-size:12px;
	margin:10px 0 0 0;
}
.main_left {
	width:290px;
	margin:0 14px 0 0;
	float:left;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#999999;
}
.main_center {
	width:290px;
	margin:0 10px 0 0;
	float:left;
}
.main_right {
	width:290px;
	float:right;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#999999;
}
.main_title {
	width:290px;
	height:20px;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#660000;
	border:1px solid #333333;
}
.left_text {
	margin:3px 0 3px 0;
	padding:5px 0 0 15px;
}
.text_center {
	width:900px;
	margin:10px 0 0 0;
	padding:10px 0 5px 0;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.bottom {
	width:900px;
	height:100px;
	font-size:12px;
	margin:20px 0 20px 0;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.bottom_logo {
	width:900px;
	margin:80px 0 0 0;
	font-size:10px;
}