body {
	background-color: #006699;
	color: #333333;
}

.blueCell {
	background-color: #00A4CC;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
.HomeblueCell {
	background-color: #8CCAD8;
	color: #0093B7;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	border: 1px solid #00A4CC;
}

.redCell {
	background-color: #E10071;
	color: #FFFFFF;
	font-weight: bold;
}
.HomeredCell {
	background-color: #FFD9EB;
	color: #E10071;
	font-weight: bold;
	border: 1px solid #E10071;
	text-decoration: none;
}

.greenCell {
	background-color: #669944;
	color: #FFFFFF;
	font-weight: bold;
}

.HomegreenCell {
	background-color: #C5DEB4;
	color: #669944;
	font-weight: bold;
	border: 1px solid #669944;
	text-decoration: none;
}

.brownCell {
	background-color: #714D00;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.HomebrownCell {
	background-color: #8B7266;
	color: #4F3500;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #4F3500;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
}

.titelSections {
	font-weight: bold;
}

.HomePageTable {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00A4CC;
	border-right-color: #775100;
	border-bottom-color: #33CC00;
	border-left-color: #E10071;
	color: #0072A8;
}

.navbar { font-size: 14px;
	color: #FFFFFF;
	text-decoration: none; }

a.navbar:link { font-size: 14px;
	color: #FFFFFF;
	text-decoration: none; }
a.navbar:visited { font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;}
a.navbar:hover { font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;}
a.navbar:active { font-size: 14px;
	color: #FFFFFF;
	text-decoration: none; }
