body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
	background-color: #FFFFFF;
}
.grijs {
	background-color: #666666;
}
.wit {
	background-color: #FFFFFF;
}
.menu {
	background-color: #CCCCCC;
}
.menuItem {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.menuItemSelected {
	background-color: #666666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-weight: bold;
	color: #FFFFFF;
}
.menuItemBack {
	background-color: #888888;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #FFFFFF;
}
.menuText {
	text-decoration: none;
}
.menuText:hover {
	text-decoration: underline;
}
.menuTextWit {
	color: #FFFFFF;
	text-decoration: none;
}
.menuTextWit:hover {
	text-decoration: underline;
}
.menuSelectedText {
	color: #FFFFFF;
	text-decoration: none;
}
.menuSelectedText:hover {
	text-decoration: underline;
}
.menuBackText {
	color: #FFFFFF;
	text-decoration: none;
}
.menuBackText:hover {
	text-decoration: underline;
}
.lichtgroen {
	background-color: #92B6B6;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.lichtgroenBoven {
	background-color: #92B6B6;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.donkergroen {
	background-color: #327878;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 10px;
	color: #FFFFFF;
}
a {
	color: #3F3F3F;
}
a:hover {
	text-decoration: none;

}
.textWit {
	color: #FFFFFF;
}
.vertGrijs {
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 10px 8px 0px;
	font-size: 10px;
}
.img {
	border-top: 1px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.breadcrumbs {
	color: #FFFFFF;
	text-decoration: none;
}
.breadcrumbs:hover {
	text-decoration: underline;
}
.text {
	margin: 15px;
}
.balk {
	font-size: 9px;
	background-image: url(img/balk.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	color: #FFFFFF;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #1B4141;
	margin: 0px 0px 8px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1B4141;
	margin: 0px 0px 3px;
	text-decoration: none;
}
.subtext {
	font-size: 9px;
	color: #666666;
}
.subNav {
	font-weight: bold;
}
.imgTable {
	border: 1px solid #666666;
}
#applyForm textarea, #applyForm select, #applyForm input {
	border: 1px solid #999999;

}
#applyForm .error {
	border: 1px solid red;
}
#error {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid red;
	font-weight: bold;
	color: red;
	display: none;

}