#dc {
	display: none;
}

body {
	background: #111;
	color: #444;
	font: 12px Arial, Verdana, Tahoma, sans-serif;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
a {
	color: #173D7F;
	text-decoration: none;
}
a:hover {
	color: #000;
}
#ms {
	background: #fff;
	margin: 20px auto;
	padding: 10px;
	width: 760px;
}
#vw {
	background: #000 url(../image/header3.gif) no-repeat;
	height: 90px;
}
#vw h1 {
	color: #fff;
	font-size: 30px;
	letter-spacing: -1px;
	margin: 0;
	padding: 15px 0 0 10px;
}
#vw h1 a {
	color: #fff;
	text-decoration: none;
}
#vw h1 a:hover {
	color: #ccc;
}
#vw h2 {
	color: #ccc;
	font-size: 16px;
	padding: 0 0 0 10px;
}
#dk {
	background: #111 url(../image/menu3.gif) repeat-x;
	height: 30px;
	line-height: 30px;
	margin: 10px auto;
}
#dk ul {
	margin: 0;
	margin-left: -40px;
}
#dk li {
	border-right: 1px solid #444;
	float: left;
	list-style-type: none;
}
#dk li a {
	color: #fff;
	display: block;
	letter-spacing: 1px;
	padding: 0 20px;
	text-decoration: none;
}
#dk li a:hover, #dk li a.currPage {
	background: #333 url(../image/menuover3.gif) repeat-x;
	color:#FFFFCC;
	text-decoration: none;
}
.nf {
	float: left;
	line-height: 14px;
	padding: 10px;
	width: 220px;
}
.nf h2 {
	border-bottom: 1px dotted #999;
	font: bold 12px Verdana, 'Trebuchet MS', Sans-serif;
	margin-top: 10px;
	padding: 5px 0 5px 5px;
}
.nf ul {
	color: #999;
	list-style-type: square;
	margin: 3px 0 8px 0;
	padding-left: 20px;
	text-align: left;
	text-decoration: none;
}
.nf ul li {
	margin: 0 2px;
	padding: 2px 0 2px 0px;
}
.nf ul a {
	color: #173D7F;
	font-weight: 600;
}
.nf ul a:hover {
	color: #333;
}
.rr {
	float: right;
	margin-right: 20px;
	padding: 10px;
	width: 470px;
}
.rr h2 {
	border-bottom: 1px dotted #999;
	color: #444;
	font: bold 14px Verdana, 'Trebuchet MS', Sans-serif;
	margin-bottom: 5px;
	margin-top: 10px;
	padding: 2px 0 5px 0px;
}
#md {
	background: #222;
	color: #eee;
	height: 30px;
	line-height: 30px;
	margin-top: 20px;
	text-align: center;
}
#md a {
	color: #aaa;
	text-decoration: none;
}
#md a:hover {
	color: #777;
}