body {
	background-color: #2676bc;
	font-family: Arial, Helvetica, sans-serif;
   font-size: 9pt
	
}
.boven {
	background-image: url(images/Untitled-1_03.gif);
	background-repeat: no-repeat;
	height: 50px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #0002BD;
}

.achtergrond {
	background-image: url(images/Untitled-1_05.gif);
	background-repeat: repeat-y;
}
#navcontainer { width: 150px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 150px;
background-color: #2676bc;
border-bottom: 1px solid #eee;

}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}

