
body {
	background: url(/images/background.gif);
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #b9d598;
	text-align: center;
	margin: 0px;
	padding: 0px;

	font-family: Arial, Helvetica, Sans-serif;
}

div#container {
	width: 934px;
	margin-left: auto;
	margin-right: auto;
}

div#topMenu {
	font-size: 12pt;
	color: #000000;
	padding-left: 15px;
	padding-top: 13px;
	padding-bottom: 13px;
	text-align: left;
}

div#topMenu a {
	color: #000000;
	text-decoration: none;
}

div#topMenu a:hover {
	color: #000000;
	text-decoration: underline;
}

div#barMenu {
	font-size: 12pt;
	color: #ffffff;
	font-weight: bold;
	margin-top: -97px;
	~margin-top: -100px;
	margin-left: 15px;
	margin-bottom: 100px;
	text-align: left;
}

div#barMenu a {
	color: #ffffff;
	text-decoration: none;
}

div#barMenu a:hover {
	color: #ffffff;
	text-decoration: underline;
}

div#tabContainer {
	text-align: left;
	height: 50px;
}

div.tab img {
	z-index: 101;
}

div.dropDownContainer {
	position: absolute;
	z-index: 100;
	margin-top: 33px;
	margin-left: 3px;
	overflow: hidden;
	width: 291px;
	height: 1px;
}

div.dropDownBody {
	width: 291px;
	background-image: url(/images/tab_menu.png);
	color: #000000;
	font-size: 12px;
}

div.dropDownBody a {
	color: #000000;
	text-decoration: none;
}

div.dropDownBody a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

div.dropDownBody div {
	padding: 5px;
}

div#innerbox {
	width: 933px;
}

div#innerboxBody {
	padding: 5px;
}

div#copyright {
	text-align: left;
	font-size: 9pt;
	color: #000000;
	padding-left: 13px;
	padding-top: 4px;
}

div#copyright a {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

div#submenuBar {
	text-align: left;
	font-size: 10pt;
	padding: 6px;
	background-color: #abd49b;
}

div#submenuBar a {
	color: black;
	text-decoration: none;
}

div#submenuBar a:hover {
	color: black;
	text-decoration: underline;
}

div#mainTextArea {
	text-align: left;
	padding: 10px;
	font-size: 11pt;
}

div#mainTextArea td {
	font-size: 11pt;
}

div#mainTextArea ul {
	list-style-image: url(/images/bullet.png);
}

div#boxBar {
	text-align: right;
}

div.title {
	font-size: 150%;
	margin-bottom: 10px;
}

a {
	color: #008ac8;
	text-decoration: underline;
}

a:hover {
	color: #005C84;
	text-decoration: underline;
}


table#blocks {
	table-layout: fixed;
}


table#blocks td {
	text-align: left;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: top;
	overflow: hidden;
	height: 206px;
	font-size: 13px;
}

table#blocks td .blue a {
	color: #000000;
	text-decoration: underline;
}

table#blocks td .green a {
	color: #FFFFFF;
	text-decoration: underline;
}


@media print {
	div#tabContainer {
		display: none;
	}
	div#topMenu {
		display: none;
	}
	div#barMenu {
		display: none;
	}
	div#innerbox div img {
		display: none;
	}
	div#innerboxBody {
		display: block;
		background: transparent;
	}
	div#innerboxBody img {
		display: inline;
	}
	input {
		display: none;
	}
	select {
		display: none;
	}
	textarea {
		display: none;
	}
	span.Kop_Klein {
		color: black;
		font-weight: bold;
	}
	span.Kop_Groot {
		color: black;
		font-weight: bold;
	}
	td#submenuBarCell {
		display: none;
	}
	td#boxBarCell {
		display: none;
	}
	td#mainTextAreaCell {
		width: 100%;
	}
}



