body {
	background-color: #FFFABF;
}
body a:link, body a:visited{
	color: #990000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
body a:hover {
	color: #990000;
	text-decoration: underline;
}
.BodyCell {
	width: 100%;
	height: 100%;
}
.MenuCell {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #00804A;
	width: 200px;
	height: 275px;
}
.MenuCellPlaatje {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #00804A;
	width: 200px;
}
.LogoCell {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #00804A;
	width: 200px;
	height: 65px;
}
.BottomCell {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #00804A;
}
.kop {
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00814B;
	font-size: 12px;
}
.menu a:link, .menu a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00814B;
	font-size: 12px;
	text-decoration: none;
}
.menu a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003300;
	font-size: 12px;
	text-decoration: none;
}
.content {
	width: 95%;
	text-align: left;
	overflow:auto;
	height: 380px;
	padding-right: 20px;
}

