BODY		{
			font-family: Arial, Verdana, Times New Roman;
			font-weight: normal; 
			font-size:10pt;
			color: #000000;
			background-color: #FFFFFF;
			scrollbar-face-color:'#FFFFFF';
			scrollbar-arrow-color:'#959595';
			scrollbar-track-color:'#FFFFFF';
			scrollbar-shadow-color:'#959595';
			scrollbar-highlight-color:'#FFFFFF';
			scrollbar-3dlight-color:'#959595';
			scrollbar-darkshadow-Color:'#FFFFFF';
			}
			
			
A			{
			font-weight: bold;
			font-size: 10pt;
			font-family: Arial, Verdana, Times New Roman;
			color: #2d3b3e;
			cursor: hand;
			text-decoration:none;
			}
			
			
A:hover 	{
			font-weight: bold; 
			font-size: 10pt; 
			font-family: Arial, Verdana, Times New Roman;
			color: #c63723;  
			cursor: hand;
			}
			
	
			
P			{
			font-weight: normal;
			font-size:10pt;
			color: #000000;
			}		
			
TD 			{
			font-weight: normal;
			font-size:10pt;
			color: #000000;
			}
			
.size1	 	{
			font-size:8pt;
			font-weight: normal;
			}
			
.size2 		{
			font-size:10pt;
			}
			
.size3 		{
			font-size:12pt;
			}			
			
.titel1 	{
			font-weight: bold;
			color: #656f71;
			font-family: Arial, Verdana, Times New Roman;
			font-size: 10pt;
			}				
			
.titel2 	{
			font-weight: bold;
			color: #FFFFFF;
			font-family: Arial, Verdana, Times New Roman;
			font-size: 10pt;
			}
			
.titel3 	{
			font-weight: bold;
			color: #42494c;
			font-family: Arial, Verdana, Times New Roman;
			font-size: 12pt;
			}	
			
.link1 a 	{
			font-weight: bold;
			text-decoration:none;
			font-family: Arial, Verdana, Times New Roman;
			color: #FFFFFF;
			cursor: hand;
			font-size: 10pt;
			}

.link2 a 	{
			font-weight: normal;
			text-decoration:none;
			font-family: Arial, Verdana, Times New Roman;
			color: #FFFFFF;
			cursor: hand;
			font-size: 10pt;
			}			

.link3 a 	{
			font-weight: normal;
			text-decoration:none;
			font-family: Arial, Verdana, Times New Roman;
			color: #535353;
			cursor: hand;
			font-size: 10pt;
			}	

/* Hieronder dienen de styles te staan die specifiek voor deze website zijn toegevoegd */



.textinall	{
			font-family: Arial, Verdana, Times New Roman;
			font-size: 10pt;
			font-weight: normal;
			color: #515151;
			text-decoration: none;
			}
.textinall2 {
			font-family: Arial, Verdana, Times New Roman;
			font-size: 10pt;
			font-weight: bold;
			color: #FFFFFF;
			text-decoration: none;
			}
.textinall3 {
			font-family: Arial, Verdana, Times New Roman;
			font-size: 10pt;
			font-weight: bold;
			text-transform: uppercase;
			color: #FF7100;
			text-decoration: none;
			}

.tekstwit 	{
			font-weight: normal;
			color: #FFFFFF;
			font-family: Arial, Verdana, Times New Roman;
			font-size: 10pt;
			}
			
.tekstzwart {
			font-weight: normal;
			color: #000000;
			font-family: Arial, Verdana, Times New Roman;
			font-size: 10pt;
			}
			
.tekstgrijs {
			font-weight: normal;
			color: #42494c;
			font-family: Arial, Verdana, Times New Roman;
			font-size: 10pt;
			}
			
.tekstblauw {
			font-weight: normal;
			color: #053b75;
			font-family: Arial, Verdana, Times New Roman;
			font-size: 10pt;
			}			
			
			
.sublink {
font-size: 7pt;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
}


#hintbox	{ /*CSS for pop up hint box */
			position:absolute;
			top: 10;
			background-color: #ff1d28;
			width: 125px; /*Default width of hint.*/ 
			padding: 10px;
			border:6px solid #FFFFFF;
			font:normal 12px arial;
			color: #000000;
			line-height:18px;
			z-index:50;
			border-right: 6px solid #FFFFFF;
			border-bottom: 6px solid #FFFFFF;
			visibility: hidden;
			}