.cms {
	background: #338080;
	color: #ffffff;
}

.toolbar {
	color: #006666;
	background: #ffffff;
	text-align: right;
	border-bottom: solid 1px #338080;
	border-left: solid 1px #338080;
	padding: 0.25em 0.5em 0.25em 0.5em;
	font-size: 100%;
	float: right;
}
.toolbar a {
	color: #006666;
	text-decoration: none;
}
.toolbar a:hover {
	color: #cc3300;
	text-decoration: underline;
}

.box {
	background: #338080;
	color: #ffffff;
}

.crumbs {
	color: #ffffff;
}
.crumbs a {
	color: #ffffff;
	text-decoration: none;
}
.crumbs a:hover {
	color: #ffffff;
	text-decoration: underline;
}
