body { 
background-color: #666666; 
font-family: Arial; 
font-size: 8px; 
color: #111111;
scrollbar-face-color: #666666;
scrollbar-highlight-color: #666666;
scrollbar-3dlight-color: #CCCCCCC;
scrollbar-darkshadow-color: #666666;
scrollbar-shadow-color: #CCCCCCC;
scrollbar-arrow-color: #999999;
scrollbar-track-color: #CCCCCCC
}

/* Insite links*/
:link { 							
		color: #111111; 
		text-decoration: none ; 
		cursor:hand;}		  

/* Visited links */		
A:visited { 						
		color: #111111; 
		text-decoration: none }   

/* Link */									
a { 
		font-family: Arial; 
		font-size: 12px; 
		color: #111111; 
		text-decoration: bold ; 
		margin-top: 0px ;
		margin-bottom: 2px ;
		margin-left: 0px;
		cursor: pointer;
		}

/*	Opmaak voor muis - over */
a:hover { 
		font-family: Arial; 
		font-size: 12px; 
		color: #999999; 
		background-color: #666666;
		cursor: pointer;
		}

h1 { 	/* Main frame titel tekst, grijs en gecentreerd */
		color: #CCCCCC ; 
		font-family: Arial ; 
		font-size: 14pt ; 
		font-weight: bold ; 
		text-align: center ; 
		margin: 1 1 auto auto ;
		margin-top: 0px; 
		margin-bottom: 3px ; 
		text-decoration: none;
		}

h2 {	 /* Top menu letter type en opmaak */
		color: #666666 ; 
		font-family: Arial ; 
		font-size: 10pt ; 
		font-weight: bold ; 
		text-align: center ; 
		margin: 1 1 ;
		text-decoration: none;
		margin-top: 2px; 
		margin-bottom: 2px ;
		}

h3 {	
		color: #666666 ; 
		font-family: Arial ; 
		font-size: 10pt ; 
		font-weight: normal ;
		text-align: left ;
		margin: 1 1 ; 
		text-decoration: none;
		margin-top: 0px; 
		margin-bottom: 0px ;
		margin-left: 1px ;
		}

h4 {	
		color: #CCCCCC ; 
		font-family: Arial ; 
		font-size: 10pt ; 
		font-weight: normal ;
		text-align: left ;
		margin: 1 1 ; 
		text-decoration: none;
		margin-top: 0px; 
		margin-bottom: 0px ;
		margin-left: 2px ;
		}

h5 {
		color: #111111 ;
		font-famliy: Arial ;
		font-size: 10pt ;
		font-weight: normal ; 
		text-align: left;
		margin: 1 1 ; 
		text-decoration: none;
		margin-top: 6px; 
		margin-bottom: 0px ;
		margin-left: 2px ;
		}
		
h6 {	/* main text opmaak */
		color: #111111 ;
		font-famliy: Arial ;
		font-size: 10pt ;
		font-weight: normal ; 
		text-align: left;
		margin: 1 1 ; 
		text-decoration: none;
		margin-top: 3px; 
		margin-bottom: 0px ;
		margin-left: 2px ;
		}
			
/* navigatie items */ 

div#navcontainer
{
border-top:  0px #666666;
border-bottom:  0px #666666;
}

div#navcontainer ul
{
font-family: Arial;
font-weight: bold;
font-size: 8pt ;
color: #A5A6A4 ;
text-align: center;
margin: 0;
padding-bottom: 0px;
padding-top: 0px;
}

div#navcontainer ul li
{
display: inline;
margin-left: -3px;
}

div#navcontainer ul li a
{
padding: 5px 8px 10px 11px ; 
color: #666666 ;
text-decoration: none;
text-align: center;
border-right: 1px solid #fff;
}

div#navcontainer ul li a:hover
{
background-color: #666666;
color: #CCCCCC ;
}

#active a { border-left: 1px solid white ; }
