/* CSS Document */
body {
	font-family: SimSun,"ËÎÌå";
	font-size: 16px;
	color: #000;
	margin: 0px;
	padding: 0px;
	background: url(../images/body_bg.png) repeat-x center top;
}
a:link {
	color: #03C;
	text-decoration: underline;
}
a:visited {
	color: #03C;
	text-decoration: underline;
}
a:hover {
	color: #03C;
	text-decoration: underline;
}
div.biao {
	padding: 15px 0px;
}
div.biao table {
	border-collapse:collapse;
}
div.biao table td,th {
	border: 1px solid #000;
	padding: 2px 5px;
}
img {
	border: none 0;	
}
br {
	height: 10px;
	line-height: 10px;
	font-size: 0px;
}
.top {
	margin: 0 auto;	
}
.main {
	width: 1000px;
	margin: 0 auto;
}
.text {
	text-align: justify;
	border: 2px solid #0d65a4;
	padding: 20px;
	line-height: 30px;
	margin-bottom: 15px;
	background: url(../images/bg_01.png) repeat-x;
}
.content {
	border: 2px solid #0d65a4;
	margin-bottom: 15px;
	text-align: justify;
}
.content .title {
	height: 42px;
}
.content .nr {
	text-align: justify;
	padding: 20px 30px;
	line-height: 30px;
}