html, body {
	margin:0px; 
	padding:0px;
	background-color:#000000;
	background-image:url(../images/background.gif);
	height:100%;
	/*Font styles*/
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	text-align: left;
}

input, select, textarea {
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #001548;
	text-decoration: none;
	border: 1px #697CA8 solid;
	text-align: left;
}

h1 {
	font-family: verdana;
	font-size: 8pt;
	font-style: normal;
	line-height: 15pt;
	color: #001548;
	font-weight:bold;
} 

td {
	font-family: verdana;
	font-size: 9pt;
	font-style: normal;
	line-height: 15pt;
	color: #001548;
	vertical-align:top;
}

#layout {
	background-color:#FFFFFF;
	height:100%;
	width:750px;
}

#header {
	background-color:#FFFFFF;
	height:155px;
	width:620px;
}

#content {
	background-color:#FFFFFF;
	width:620px;
	padding:15px; 
	visibility:visible;
}

#bottom {
	background-color: #FFD800;
	height:100%;
	padding: 5px 10px 0px 10px;
	font-family: verdana;
	font-size: 7pt;
	font-style: normal;
	color: #001548;
}

.lokatie {
	padding:10px;
	font-family: verdana;
	font-size: 8pt;
	font-style: normal;
	color: #DF5A0C;
}

.xl {
	font-family: Arial;
	font-size: 11pt;
	font-style: normal;
	line-height: 15pt;
	color: #001548;
	font-weight:bold;
} 

a.whitelink:link, a.whitelink:visited, a.whitelink:active {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
a.whitelink:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}

a.orangelink:link, a.orangelink:visited, a.orangelink:active {
	color: #DF5A0C;
	font-weight: normal;
	text-decoration: none;
}
a.orangelink:hover {
	color: #DF5A0C;
	font-weight: normal;
	text-decoration: underline;
}

a.bluelink:link, a.bluelink:visited, a.bluelink:active {
	color: #001548;
	font-weight: normal;
	text-decoration: none;
}
a.bluelink:hover {
	color: #001548;
	font-weight: normal;
	text-decoration: underline;
}


