BODY{
	background-color: #FFFFFF;
	cursor: default;
	background-image: url(../gfx/bg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
A{
	color: #000000;
}
BODY.intro{
	background-color: #000B64;
	background-image: none;
}
TD.intro{
	text-align: center;
	vertical-align: middle;
}
TD.fill{
	height: 10px;
}
TD.menu{
	background-color: #7E85B1;
	font-family: times New Roman;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	width: 300px;
	color: #000000;
	filter:dropShadow(color=#222222 offX=5 offY=5 positive=true);
}
TD.menu A{
	text-decoration: none;
	color: #000000;
}
TD.menu A:hover{
	text-decoration: none;
	color: #FFFFFF;
}
TD.inhoud{
	width: 780px;
	height: 100%;
	font-family: times New Roman;
	font-size: 14px;
	padding: 10 10 10 10;
	vertical-align: top;
	background-color: #7E85B1;
	border: 4px double  #000B64;
}
H1{
	font-weight: bold;
	font-size: 18px;
}
IMG{
	border: 0px;
}
HR{
	color: #000000;
	height: 1px;
}

