@media print {
  BODY { background: white; color: black }
  hr { font-family: times, serif }
} 

BOLD {
   font-style : normal; 
   font-weight : normal; 
   font-size : 10px; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
   color : #FF0000; 

}

.small {
   font-style : normal; 
   font-weight : normal; 
   font-size : 10px; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
   color : #000000; 
}



TR {
   font-style : normal; 
   font-weight : normal; 
   font-size : 11px; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
   color : #000000; 
}


TD {
   font-style : normal; 
   font-weight : normal; 
   font-size : 11px; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
   color : #000000; 
}


TABLE {
   font-style : normal; 
   font-weight : normal; 
   font-size : 11px; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
   color : #000000; 
}


SELECT {
   font-weight : normal; 
   font-size : 11px; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
   color : #333333; 
   background-color : #ffffff; 
   border-width : 1px; 
   border-color : #EEEEEE; 
}


RADIO {
   font-weight : normal; 
   font-size : 11px; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
   color : #ffffff; 
   border-width : 1px; 
   border-color : #EEEEEE; 
}

TEXTAREA {
   font-weight : normal; 
   font-size : 11px; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
   color : #333333; 
   background-color : #ffffff; 
   border-width : 1px; 
   border-color : #EEEEEE; 
}

P {
   font-style : normal; 
   font-weight : bold; 
   font-size : 10pt; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
   color : #000000; 
   text-decoration : none; 
}


INPUT {
   font-weight : normal; 
   font-size : 11px; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
   color : #333333; 
   background-color : #ffffff; 
   border-width : 1px; 
   border-color : #EEEEEE; 
}


H4 {
   font-style : normal; 
   font-weight : normal; 
   font-size : 14pt; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
   color : #000000; 
   text-decoration : none; 
}


H3 {
   font-style : normal; 
   font-weight : normal; 
   font-size : 12pt; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
   color : #000000; 
   text-decoration : none; 
}


H2 {
   font-style : normal; 
   font-weight : bold; 
   font-size : 11px; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
   color : #000000; 
   text-decoration : none; 
}


H1 {
   font-style : normal; 
   font-weight : bold; 
   font-size : 14px; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
   color : #865683;
   position: relative;
   top: -5px; 
}


BODY {
   font-style : normal; 
   font-weight : normal; 
   font-size : 11px; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
   color : #000000; 
   text-decoration : none; 

   background-attachment: fixed; 
   scrollbar-base-color: #E7E7E7;
   scrollbar-shadow-color: #ffffff;
   scrollbar-highlight-color: #ffffff; 
   scrollbar-3dlight-color: #ffffff; 
   scrollbar-darkshadow-color: #333333;
   scrollbar-track-color: #ffffff; 
   scrollbar-arrow-color: #000000;
}


A {
   font-style : normal; 
   font-weight : normal; 
   font-size : 11px; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
   color : #666666; 
   text-decoration : none; 
}

A:Hover {
   font-style : normal; 
   font-weight : normal; 
   font-size : 11px; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
   color : #666666; 
   text-decoration : underline; 
}

A.rood {
   font-style : normal; 
   font-weight : normal; 
   font-size : 11px; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
   color : #FF1400; 
   text-decoration : none; 
}

A:Hover.rood {
   font-style : normal; 
   font-weight : normal; 
   font-size : 11px; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
   color : #FF1400; 
   text-decoration : underline; 
}

A.oranje {
   font-style : normal; 
   font-weight : normal; 
   font-size : 11px; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
   color : #FFB419; 
   text-decoration : none; 
}

A:Hover.oranje {
   font-style : normal; 
   font-weight : normal; 
   font-size : 11px; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
   color : #FFB419; 
   text-decoration : underline; 
}

A.blauw {
   font-style : normal; 
   font-weight : normal; 
   font-size : 11px; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
   color : #59C4FF; 
   text-decoration : none; 
}

A:Hover.blauw {
   font-style : normal; 
   font-weight : normal; 
   font-size : 11px; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
   color : #59C4FF; 
   text-decoration : underline; 
}

