/*body opmaak*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	background-color: #000066;
	background-image: url('');
	background-attachment: fixed;
	background-repeat: repeat;
	font-size: 11px;
	font-family: arial, verdana;
	text-align: justify;
	color: #ffffff;
}

/*Links opmaak*/
a:link {
	color: #cccccc;
	font-family: arial, verdana;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #cccccc;
	font-family: arial, verdana;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #ffffcc;
	font-family: arial, verdana;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ffffcc;
	font-family: arial, verdana;
	font-weight: bold;
	text-decoration: none;
}

/*Opmaak voor Tabellen*/

table {
	background-image: url('../images/footer.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	width: 1000px;
	height: 24px;
	table-layout: ;
	border-collapse: collapse;
}

td {
	font-size: 9px;
	color: #ffffff;
	text-align: left;
	vertical-align: center;
	padding-left: 6px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
}
