body {
	font: 11px/18px Verdana, "宋体";
	background-color: #FFFFFF;
	background-image: url(body_bak.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	color: #0A609E;
}
* {
	margin: 0px;
}
a:link,a:visited {
	color: #0A609E;
	text-decoration: underline;
}
a:hover {
	color: #0A609E;
	text-decoration: none;
}


.canvas {
	width: 764px;
	margin: 0px auto;
}
.content {
	margin: 3px 15px 15px 15px;
}
.content h1 {
	font-size: 14px;
	line-height: 22px;
	color: #0A609E;
	margin-bottom: 10px;
	padding-top: 10px;
}
.content p {
	text-indent: 2em;
}
.content .title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}

.content table {
	background-color: #067c77;
}
.content table td,.content table th {
	background-color: #D5EFEE;
}

.content table p {
	text-indent: 0em;
	text-align: center;
}
.footer {
	line-height: 35px;
	color: #FFFFFF;
	background-color: #067c77;
	text-align: center;
}
