body {
	margin: 0 0 0 0;
	background-color: Black;
}

table,tr,td {
/* 	color: #9A9EA4; */
	color: #bfbfbf;
	font-family: Arial;
	font-size: 14px;
}

.background {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;	
}

.background_top {
	background-image: url(../images/bg-top.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.background_bottom {
	background-image: url(../images/bg-bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

.picturebox {
	background-color: #454b55;
	background-image: url(../images/picture_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
/*	padding-top: 93px;
	padding-left: 17px;*/
}

.bladzijdekop {
	font-size: 20px;
	font-weight: bold;
}

.imgborder {
	border-color: #D0D9F5;
	border-width: 1px;
	border-style: solid;
	background-position: center;
	background-repeat: no-repeat;
}

.imgnp {
	color: #cccfd4;
	text-decoration: none;
	font-size: 12px;
}

.imgcur {
	color: Red;
	font-size: 16px;
	font-weight: bold;
}

.imgnav {
	color: #cccfd4;
	font-size: 12px;
}

