@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #737373;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
a {
	color: #4e84b2;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 12px 0;
}
img {
	border: none;
}
.text-B {
	color: #1782bd;
}
.main {
	width: 950px;
	margin: 0 auto;
	background-color: #fff;
	text-align: left;
}

.top {
	height: 6px;
	background-color: #e5e5e5;
}
.top2 {
	height: 7px;
	background-color: #bebebe;
}
.logo {
	float: left;
}
.menu {
	height: 33px;
	background-image: url(images/bg_menu.gif);
	background-position: right;
}
.content {
}
.left {
	width: 220px;
	float: left;
	padding: 20px 15px 15px 20px;
	background-color: #e0e0e0;
	height: 301px;
}
.news {
	border-bottom: solid 9px #d7d7d7;
}
.news a {
	font-size: 10px;
}
.page {
	padding: 40px 20px 20px 72px;
	border-top: solid 6px #000;
}
.page .textbox1 {
	font-size: 14px;
	width: 372px;
	padding-right: 10px;
}
.page .textbox2 {
	width: 382px;
	padding-top: 10px;
}
.title {
	margin: 0 0 23px;
}
.title2 {
	font-size: 11px;
	color: #868686;
}
.b_gray{
	border: solid 3px #bebebe;
}
.back_gray {
	background-color: #e3e3e3;
	padding: 4px 10px;
	margin-left: -10px;
}
.img_middle img {
	vertical-align: middle;
}
.footer {
	font-size: 10px;
	color: #dadada;
	padding: 10px;
}
.footer a {
	color: #fff;
}

.clr {
	clear: both;
}