body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #012F6B;
}
.bottombg {
	height:100%;
	background-image: url(../images/onderbanner.jpg);
	background-repeat: repeat-y;
}
.content {
	padding: 4px 24px 4px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	font-style: normal;
	color: #000000;
	height:100%;
}
#intro {
	font-family: Verdana, Arial;
	font-size: 11pt;
	font-weight:bold;
	color: #000080;
}