
.bg-grey-2 {
	background: #ccc;
	color: #fff;
}

.border-color {
	border-bottom: 3px solid #ccc;
	color: #fff;
}

.top-color {
	background: url(../images/bg_grey.gif) repeat-x top;
}

.top-color h1 {
	margin: 0;
	padding: 15px 0 0 50px;
	color: #fff;
	text-indent: 2px;
	font-size: 22px;
	height: 50px;
	background: url(../images/book_grey.gif) 10px 15px no-repeat;
}

#middle {
	border-bottom: 3px solid #ccc;
}

#middle h2 {
	color: #ccc;
	margin: 0 0 2px 0;
	padding: 0 0 3px 0;
	width: 450px;
}

#subnavigation .on2 {
	background-color: #eee;
}

#subnavigation .on4 {
	color: #ccc;
}


