/*	stylesheet voor de navigatie-frame (voor internet explorer)
	
*/
BODY {
 font-family: Arial, Helvetica, sans-serif;
 font-size : 10pt;
 background-color: #222671;
}
A:link{
 color: #39e615;
 font-size : 10pt;
 text-decoration: none;
}
A:visited{
 color: #39e615;
 font-size : 10pt;
 text-decoration: none;
}
A:active{
 color: #39e615;
 font-size : 10pt;
 text-decoration: none;
}
A:hover{
 color: #39e615;
 font-size : 10pt;
 text-decoration: underline;
}


.NavMouseOut {
 background-color: #222671;
 font-size: 10pt;
 font-family: Arial, Helvetica, sans-serif;;
 color: #39e615;
}
.NavMouseOver {
 background-color: #181b51;
 font-size: 10pt;
 font-family: Arial, Helvetica, sans-serif;;
 color: #39e615;
}
.PopNav {
 position: relative;
 top: 0;
 left: 0;
 display: none;
 background-color: #181b51; 
}
.PopNavMouseOver {
 background-color: #181b51; 
 font-size: 10pt;
 font-family: Arial, Helvetica, sans-serif;;
 color: #ffffff;
}
.PopNavMouseOut {
 background-color: #222671;
 font-size: 10pt;
 font-family: Arial, Helvetica, sans-serif;;
 color: #ffffff;
}



A:link.PopLink{
 color: #ffffff;
 font-size : 10pt;
 text-decoration: none;
}
A:visited.PopLink{
 color: #ffffff;
 font-size : 10pt;
 text-decoration: none;
}
A:active.PopLink{
 color: #ffffff;
 font-size : 10pt;
 text-decoration: none;
}
A:hover.PopLink{
 color: #ffffff;
 font-size : 10pt;
 text-decoration: underline;
}
