body {
	background-color: #999999;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
}
.Bovenbalk {
	background-color: #494073;
	color: white;
	width: 100%;
	height: 72px;
}
.VakBovenBalk {
	width: 735px;
	text-align: right;
	color: silver;
	background-color: #494073;
	font-size: 10pt;
	line-height: 25px;
	padding-top: 2px;
	padding-left: 4px
}
.NavigatieBalk {
	width: 100%;
	height: 15px;
	background-color: #7379A0;
	font-weight: bold;
	color: white;
	text-align: left
}
.Menu {
	position: absolute;
	left: 0px;
	top: 87px;
	width: 185px;
}
.MenuInhoud {
	background-color: #404870;
	color: white;
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 5px;
}
.Main {
	position: absolute;
	left: 185px;
	width: 560px;
}
.MainInhoud {
	background-color: #EEEEEE;
	color: black;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 20px;

}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.Titel, h1 {
	font-size: 16pt;
	color: #000044;
	background-color: #EEEEEE;
	margin: 0px;
	font-weight: normal;
}
h2 {
	font-size: 14pt;
	margin: 0px;
	font-weight: normal;
}
h3 {
	font-size: 10pt;
	margin: 0px;
}
a.Menuitem:link, a.Menuitem:visited {
	color: #CACAEF;
	background-color: #404870;
	text-decoration: none;
	font-weight: bold;
	line-height: 18px;
}
a.Menuitem:active, a.Menuitem:hover {
	color: #FFFFFF;
	background-color: #404870;
	text-decoration: underline;
	font-weight: bold;
}
a.Navigatie:link, a.Navigatie:visited {
	color: white;
	background-color: #7379A0;
	text-decoration: none;
}
a.Navigatie:active, a.Navigatie:hover {
	color: #DDDDDD;
	background-color: #7379A0;
	text-decoration: underline;
}

a.LinkV:link, a.LinkV:visited {
	color: black;
	text-decoration: underline;
}
a.LinkV:active, a.LinkV:hover {
	color: black;
	text-decoration: underline;
}


li.LI_Menu {
	color: #CACAEF;
	background-color: #404870;
}
li.LI_Enter {
	list-style-type: none;
}
li.LI_Kop {
	list-style-type: none;
	color: #DED89A;
	background-color: #404870;
	font-weight: bold;
	line-height: 22px;
	font-size: 11pt;

}
ul {
	list-style-type: disc;
}
ul ul {
	list-style-type: circle;
}