body, td
{
	color: #000000;
	font-size: 10pt;
	font-family: Verdana,Arial, Helvetica, sans-serif;
}

/* standaard links */
   a:link {color: BLUE; text-decoration: none;}
   a:active {color: BLUE; text-decoration: none;}
   a:visited {color: BLUE; text-decoration: none;}
   a:hover {color: BLUE; text-decoration: underline;}

/* links bovenaan pagina */
   a.toplinks:link {
	color: #000000;
	text-decoration: none;
}
   a.toplinks:active {
	color: #00000;
	text-decoration: none;
}
   a.toplinks:visited {
	color: #000000;
	text-decoration: none;
}
   a.toplinks:hover {
	color: #000000;
	background: #FFFFCC;
	text-decoration : none;
}

/* links rechts in vierkant */
   a.s:link {
	color: #000000;
	text-decoration: none;
   font-size: 10;
   }
   
   a.s:active {
	color: #000000;
	text-decoration: none;
   font-size: 10;
}
   a.s:visited {
	color: BLACK;
	text-decoration: none;
	font : 10 ;
}
   a.s:hover {
	color: #000000;
	background: #EFB8CF;
	text-decoration: none;
	font-size: 10;
}


.eht-name
{
	color: #C60000;
	text-decoration: none;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size : 12;
	
}

/* rode header */

.header1
{
	color: #FF0000;
	text-decoration: none;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size : 13;
	font-weight : bold;
}

/* zwarte header */
.header2
{
	color: #000000;
	text-decoration: none;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size : 13;
	font-weight : bold;
}


/* pagina titel eerst letter woord */
.title01 
{
	font-family : "Times New Roman";
	color : #C60000;
	font-size : 50;
}

/* pagina titel rest woord */
.title02
{
	font-family : "Times New Roman";
	color : #000000;
	font-size : 50;
}

.footnote
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
}