body
{
	font-family: Arial;
	background-image: url(backgrnd.gif);
	vertical-align: top;
	font-weight: normal;
	font-style: normal;
	font-size: 12pt;
	color: #000080;
	text-align: left;
}
p
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.vast
{
	font-family: "Courier New";
}
.klein
{
	font-size: 10pt;
}
.onderschrift
{
	font-size: 10pt;
	font-style: italic;
	text-align: center;
}
.voettekst
{
	font-size: 10pt;
	font-style: italic;
}
.auteur
{
	font-style: italic;
}
.datum
{
	text-decoration: underline;
}
.lege_regel
{
	font-size: 4pt;
}
.alinea
{
	margin-bottom: 4px;
}
a:link
{
	color: rgb(128,0,128);
	text-decoration: underline;
}
a:active
{
	color: rgb(0,0,128);
	text-decoration: underline;
}
a:visited
{
	color: rgb(163,95,192);
	text-decoration: underline;
}
a:hover
{
	color: rgb(187,0,187);
	text-decoration: underline;
}
h1
{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
	vertical-align: middle;
	font-weight: bold;
	font-size: 24pt;
}
h2
{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
	vertical-align: middle;
	font-weight: bold;
	font-size: 20pt;
}
h3
{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
	vertical-align: middle;
	font-weight: bold;
	font-size: 18pt;
}
h4
{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14pt;
}
h5
{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
	vertical-align: middle;
	font-weight: bold;
	font-size: 12pt;
}
h6
{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
	vertical-align: middle;
	font-weight: bold;
	font-size: 10pt;
}
table
{
}
td
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
th
{
}
ul
{
	list-style-image: url(sumbul2a.gif);
	text-indent: 0px;
	list-style-type: none;
	list-style-position: inside;
	text-align: left;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 0px;
}
ul ul
{
	list-style-image: url(sumbul3a.gif);
	text-indent: 0px;
	list-style-type: none;
	list-style-position: inside;
	text-align: left;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 20px;
}
ul ul ul
{
	list-style-image: url(sumbul4a.gif);
	text-indent: 0px;
	list-style-type: none;
	list-style-position: inside;
	text-align: left;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 20px;
}
li
{
}
ol
{
	text-indent: 0px;
	list-style-type: 1;
	list-style-position: outside;
	text-align: left;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
ol ol
{
	text-indent: 0px;
	list-style-type: 1;
	list-style-position: outside;
	text-align: left;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
ol ol ol
{
	text-indent: 0px;
	list-style-type: 1;
	list-style-position: outside;
	text-align: left;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
#imageinfo {
	visibility: hidden;
}

#comment {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
	color: rgba(0,0,128,1.00);
	font-size: 10pt;
}

#comment_shadow {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
	color: rgb(255,255,0);
}

#navigation {
	position: absolute;
	top: 0px;
	right: 0px;
}

/* Put a border on all generated images */
.image {
	border-width: 0;
	border-color: #888888;
	border-style: solid;
	margin: 0;
}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: center;
	vertical-align: top;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
	margin-top: 0;
}

/* Don't have margins on the slide pages. */
body#slide {
	margin: 0;
	overflow: visible;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
