h1, h2, h3, h4
{
	color: #6b7d89;
}

.lightshadow, .alternatingitem
{
	background-color: #bbc4c9;
	color: #000;
	height:0;
}

.lightshadow a, .alternatingitem a
{
	color: #000;
}

.lightshadow a:hover, .alternatingitem a:hover
{
	color: #000;
}

.shadow, .selecteditem
{
	background-color: #D5DEE5;
	color: #000;
}

.shadow a, .selecteditem a
{
	color: #000;
}

.shadow a:hover, .selecteditem a:hover
{
	color: #7d7d7d;
}

.darkshadow, .fill
{
	background-color: #6B7D89;
	color: #fff;
}

.darkshadow a, .fill a
{
	color: #fff;
}

.darkshadow a:hover, .fill a:hover
{
	color: #d6d6d6;
}

.darkshadow legend, .fill legend
{
	color: #fff;	
}
/* general styles */
a {
	color: #000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1.e404 {
	text-transform:uppercase;
}
div.e404msg {
	margin:0 0 25px 0;
}
div.e404footer {
	margin:10px 0 250px 0;
	color:#CCC;
	font-size:14px;
}

