h3, h4, h5, h6 { color: #000080;
font-family : Arial }
h1 {font-family : Arial;
	font-size : 16pt;
	font-weight : bold;
	background-color : #EAFFFF;
	color : C1CCCD;
	text-indent : 8px;
	line-height : 36px;}
	
h2  {font-family : Arial;
	font-size : 16pt;
	font-weight : bold;
	background : transparent;
	color : 000080;
	margin-top : -50px;
}

a {
	color: #000080;
	font-size:10px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color: #920000}
a:visited {color: #920000;}
a:hover {background-color: #EAFFFF;}

table        { font-family: Verdana; font-size: 8 pt; line-height: 125%; }
body         { background-color: #EAFFFF; font-family: Verdana; font-size: 8 pt; line-height: 125%; 
 }
ul li        { background-color: #FFFFCC; font-size: 100%; font-family: Verdana  }
ol li         { background-color: #FFFFCC; font-size: 100%; font-family: Verdana }


input.but { font-size:12px; color:#1D82D0; background-color:#E8EFF4; border:1px solid #ADCAE1; padding:3px; margin-bottom:5px; margin:0px; }

  
.laag2  {
	font-family : Verdana,Helvetica,sans-serif;
	font-size : 16pt;
	font-weight : bold;
	background : transparent;
	color : EAFFFF;
	text-indent : 8px;
	line-height : 36px;
	margin-top : 10px;
	margin-left : 180px;
	margin-right : 180px;
}

.laag  {
	font-family : Verdana,Helvetica,sans-serif;
	font-size : 16pt;
	font-weight : bold;
	background : transparent;
	color : 2410D6;
	margin-top : -57px;
	margin-left : 180px;
	margin-right : 180px;
}

.block {
	background-color: #EAFFFF;
	display: block;
	border:1px dashed #CCCCCC;
	}


#Header {
	margin:10px 0px 10px 0px;
	padding:17px 0px 0px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:33px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:black;
	border-width:2px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	background-color:#7dceff;
	

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px; /* the correct height */
	}
/* ##### Footer ##### */

#footer {
  color: rgb(51,51,102);
  background-color: rgb(239,239,239);
  font-size: 87%;
  text-align: center;
  line-height: 1.25em;
  margin: 2em 0 0 0;
  padding: 1ex 10px;
  clear: left;
}

#footer a {
  color: rgb(0,68,204);
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 150px;
background-color: #369;
border-top: 1px solid #eee;
border-bottom: 2px solid #333333;
}

#navcontainer a:link
{
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF
}


#navcontainer a:visited
{
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF
}

#navcontainer a:hover
{
background-color: #7dceff;
color: #333333;
}