BODY {
	background-color : #BCCEFC;
	margin : 0px;
	scrollbar-base-color : #bccefc;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #093c7c;
}

.titel { 
  font-size: 12px;
  font-weight : bold;
}

H1 {
	background-color: #BCCEFC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 1px;
}
H2 {
	background-color: #093c7c;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 1px;
	color : #DDDDFF;
	margin-top: 0em;
	margin-bottom: 0.5em;
}

h3 {
	margin-top: 0em;
	margin-bottom: 0.5em;
}

ol {
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-size: 13px;
}

UL {
       font-family: Verdana,Arial;
       font-size: 12px;
}
	 
P {
	font-family: Verdana,Arial;
	font-size: 12px;
	margin : 3px 1 3px 1;
}
 
P.indent {
       text-indent: 5mm;
     }
P.italic {
       font-style: italic;
     }

P.titlebar {
       background-color: #4682b4;
       color: white;
       margin: 0px;
       border: none;
     }
	 
.opmerking {
font-size: 10;
color: #043878;
}
	 
hr {
	color: #093C7C;
	height : 2px;
}

table {
	border-collapse : collapse;
	border-spacing : 0px;
	font-family : Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding : 0 0 0 0;
	margin : 0 0 0 0;
}

table.bottom {
	position: relative;
	left: -2px;
	bottom: 0px
}



img.plaatje { 
    border: 3 solid #093C7C;    
}

	
a {
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #093c7c;
	text-decoration : none;
}

a.main {
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #093c7c;
	font-weight : bold;
}
				

a:hover {
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #267BD7;
}

INPUT {
	border-style: solid;
	border-width: 2;
	border-color: #083B7B;
	font-size: 11;
	font-family: Arial, Helvetica, sans-serif;
	color : #D4DDED;
	background-color : transparent;
}

input.button {
	background: #FFC92F;
	border-bottom: 1px solid #8C783B;
	border-right: 1px solid #8C783B;
	border-left: 1px solid #ADD8E6;
	border-top:1px solid #FFEEBB;
	height:19px;
	text-decoration:none;
	cursor: hand;
}