@import "body.css";
@import "download.css";
@import "evaluate.css";
@import "features.css";
@import "navigation.css";
@import "news.css";
@import "wicket.css";

body, table {
	color: Gray;
	font-family: Tahoma;
}

.headerLogo {
	float: right;
	margin: 0 0;
}

.application h2 {
	color: Gray;
}

a, a:visited {
	color: Gray;
}

a:hover {
	color: Gray;
}
iframe{
	border:0;
	width:99%;
	height:900;
	margin: 2em 1em;
}
.topNavigation {
	border-top: 1px solid Maroon;
}

.breadCrumbs .current {
	font-style: normal;
}

.sideNavigationCurrent, .sideNavigationCurrent a {
	background-color: Maroon;
}


