body {
	background: white;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	-moz-box-sizing: border-box;
}

body div {
	color: #2E448A;
	text-align: center;
	-moz-box-sizing: border-box;
}

table {
	font-size: 11px;
	-moz-box-sizing: border-box;
}

td {
	-moz-box-sizing: border-box;
}

table div {
	text-align: left;
	color: #333333;
	-moz-box-sizing: border-box;
}

h1 {
	color: #999999;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 24px;
	letter-spacing: 0px;
	margin: 0px;
	margin-bottom: 3px;
	line-height:100%;
	-moz-box-sizing: border-box;
}

li {
	margin-bottom: 4px;
	-moz-box-sizing: border-box;
}

.startbar {
	background: black;
	text-align: center;
	-moz-box-sizing: border-box;
}

.startbar a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	-moz-box-sizing: border-box;
}

.bluebar {
	background: #2E448A;
	height: 29px;
	width: 665px;
	padding: 0px;
	color: #CDD4EC;
	-moz-box-sizing: border-box;
}

.bluebar a {
	color: #CDD4EC;
	margin: 0px;
	padding: 7px;
	height: 29px;
	text-transform : uppercase;
	font-weight: bold;
	text-decoration: none;
	-moz-box-sizing: border-box;
}

.bluebar a:hover {
	color: white;
	background-color: black;
	-moz-box-sizing: border-box;
}

.leftbar {
	background: #E2E2E2;
	padding: 0px;
	width: 110px;
	height: 425px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	-moz-box-sizing: border-box;
}

.leftbar a {
	color: #2E448A;
	text-decoration: none;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 100%;
	-moz-box-sizing: border-box;
}

.leftbar a:hover {
	display: block;
	background: #2E448A;
	color: white;
	-moz-box-sizing: border-box;
}

.main {
	height: 500px;
	width: 665px;
	padding: 0px;
	-moz-box-sizing: border-box;
}

.copyright {
	text-align: right;
	font-size: 10px;
	color: #8A8A8A;
	-moz-box-sizing: border-box;
}

.copyright a {
	color: #8A8A8A;
	-moz-box-sizing: border-box;
}

.indexTable {
	width: 665px;
	-moz-box-sizing: border-box;
}

.indexA {
	font-family: "Arial Narrow", Arial, sans-serif;
	letter-spacing: 0;
	text-decoration:none;
	font-size: 19px;
	height: 35px;
	color: white;
	padding: 5px;
	-moz-box-sizing: border-box;
	font-weight: bold;
}

.indexA:hover {
	color: #CDD4EC;
	-moz-box-sizing: border-box;
}

/*
Een aantal kleuren uit de website:

#2E448A	- Donkerblauw in balken boven en onder
#333333	- Donkergrijs, standaard tekstkleur
#E2E2E2 - Grijs Linkerbalk
#999999 - Grijs in H1
#CDD4EC - Lichtblauw, tekstkleur van hoofdmenu (bovenaan)

*/
