BODY {
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	background: #fff;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

td, select, textarea, input { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

a:active, a:link, a:visited {
	color: #2879B1;
	text-decoration: none;
}

a:hover {
	color: #2879B1;
	text-decoration: underline;
}

.heading {
	border: 1px solid #393734;
	background: #D09339;
	padding: 3px;
	font-weight: bold;
	color: #fff;
}
.heading a, .heading a:visited {
	color: #fff;
	text-decoration: none;
}
.heading a:hover {
	color: #000;
}

.footerandtop {
	background: #83B4D6;
	padding: 3px;
	font-weight: bold;
	color: #fff;
}

.subheading {
	border-left: 1px solid #393734;
	border-right: 1px solid #393734;
	border-bottom: 1px solid #393734;
	background-color: #E0B84F;
	padding: 3px;
	font-weight: bold;
	color: #000;
}

.bgmain {
	padding: 10px;
	background-color: #D7E5EE;
}
.bgnav {
	background-color: #EEF4F8;
}

.navheading {
	border-bottom: 1px solid #393734;
	background: #83B4D6;
	padding: 3px;
	font-weight: bold;
	color: #fff;
	font-size: 10px;
}

.navigatie {
	padding: 2px 3px;
	background-color: #EEF4F8;
	font-size: 10px;
}
.navigatieact {
	cursor: pointer;
	padding: 2px 3px;
	background-color: #fff;
	font-size: 10px;
}
.navigatieact a:hover {
	text-decoration: none;
	color: #2879B1;
}
.navigatie a:active, .navigatie a:link, .navigatie a:visited{
	text-decoration: none;
	color: #000;
}

.navigatie a:hover {
	text-decoration: underline;
	color: #000;
}

.content {
	padding: 5px;
	background-color: #fff;
	border-left: 1px solid #393734;
	border-right: 1px solid #393734;
	border-bottom: 1px solid #393734;
	line-height: 16px;
}

.solid {
	border: 1px solid #393734;
}

.inputfocus {
	font-size: 11px;
	background: #AFD1E9;
	border-width: 1px;
}

.inputblur {
	font-size: 11px;
	background: #D7E5EE;
	border-width: 1px;
}

select {
	font-size: 11px;
	background: #D7E5EE;
	border-width: 1px;
}