@charset "utf-8";
.KOP {
	font-family: "Agency FB";
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
}
.TOP-ADMIN {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #FFFFFF;
}

body {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

.INHOUD {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
}

TD {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
}

a:link {
	color: #FFFFFF; 
	text-decoration: none;
}
a:visited {
	color: #FFFFFF; 
	text-decoration: none;
}
a:hover { 
	color: #FFFFFF; 
	text-decoration: underline;
}
a:active {
	color: #FFFFFF; 
	text-decoration: underline;
}
/* Fix for MS Office style paragraphs (MsoNormal) */
p {
	margin: 0;
	padding: 0;
}

/* Fix for MS Office unindeted lists */
.unIndentedList {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.unIndentedList li {
	padding: 0;
}

/* Fix for MS Office UL lists */
ul {
	margin-top: 0;
	margin-bottom: 0;
}

