body {
	background-color: #000;
}

a {
	color: #666;
}



/* ======================= */
/* left navigation */
/* ======================= */

#leftnavwrap {
	background-color: #E6E6E6;
}

.navsection {
	background-color: #E6E6E6;
	border-bottom: 1px solid #fff;
	padding: 12px 8px 8px 8px;
}

.navsectionactive {
	background-color: #666;
	border-bottom: 1px solid #fff;
	padding: 12px 8px 8px 8px;
}

.navlevel1 a {
	background: url(../images/news/arrow_bold_0.gif) no-repeat 0px 3px;
	color: #000;
	display: block;
	font-weight: bold;
	padding-left: 15px;
	text-decoration: none;
}

.navlevel1active a {
	background: url(../images/news/arrow_bold_active.gif) no-repeat 0px 3px;
	color: #E6E6E6;
	display: block;
	font-weight: bold;
	padding-left: 15px;
	text-decoration: none;
}

.navlevel1 a:hover {
	background: url(../images/news/arrow_bold_1.gif) no-repeat 0px 3px;
	color: #999;
}



/* ======================= */
/* footer */
/* ======================= */

.footer {
	color: #C7CBE7;
	font-size: 11px;
}
.footer a {
	color: #ACB1D5;
}

.copyright {
	color: #C7CBE7;
	font-size: 11px;
	padding-bottom: 10px;
}
