@charset "utf-8";
body {
	background-image: url(/image/topBg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

form,div,ul,li {
	border: 0px; padding: 0px; margin: 0px; list-style-type: none; list-style-image: none;
}
body,td,th {
	font-size: 13px;
	color: #585858;
}

a:link {
	color: #585858;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #585858;
}
a:hover {
	text-decoration: none;
	color: #a00;
}
a:active {
	text-decoration: none;
	color: #a00;
}

.url{
	color:#888}

.url a:link {
	color: #888;
	text-decoration: none;
}
.url a:visited {
	text-decoration: none;
	color: #888;
}
.url a:hover {
	text-decoration: none;
	color: #888;
}
.url a:active {
	text-decoration: none;
	color: #888;
}


.mainDiv{
	width:1000px;margin:0px auto;background:#fff;border-left:1px solid #ddd;border-right:1px solid #ddd;
}
.titleDiv{
	background:#f8f8f8;border-bottom:1px solid #ddd;height:21px;text-align:right;padding-right:12px;line-height:160%
}
.searchDiv{
	padding:10px 0px;background:#f8f8f8;text-align:center;border-bottom:1px solid #ddd
}
.bodyDiv{
	width:100%;overflow:hidden
}

.bottomDiv{
	padding:20px 0px;line-height:150%;border-top:4px solid #5ac;width:100%;text-align:center
}