BODY {
   scrollbar-face-color       : #d2d2d2;
   scrollbar-shadow-color     : #F8F8F8;
   scrollbar-highlight-color  : #F8F8F8;
   scrollbar-3dlight-color    : #F8F8F8;
   scrollbar-darkshadow-color : #F8F8F8;
   scrollbar-track-color      : #F8F8F8;
   scrollbar-arrow-color      : #F8F8F8;
   margin                     : 0px;
   background-position        : top center;
   background-repeat          : repeat-y;
}

/* wellcome-ec kleuren:
blauw = #02AEEC
groen = #8CC63E
*/

TD {
   font-family     : Verdana, Geneva, Arial, Sans-serif;
   font-size       : 14px;
   line-height     : 24px;
   font-style      : normal;
   color           : #02AEEC;
   letter-spacing  : 0px;
}

.cursor {
   cursor          : hand
}

.textwit {
   font-family     : Verdana, Geneva, Arial, Sans-serif;
   font-size       : 14px;
   line-height     : 24px;
   font-style      : normal;
   color           : #ffffff;
   letter-spacing  : 0px;
}

select, input, textarea, radio, checkbox{
   color           : #02AEEC;
   font-family     : Verdana;
   font-size       : 11px;
   background      : #ffffff;
   text-align      : left;
   border-width    : 1; 
   border-color    : #02AEEC; 
   border-style    : solid; 
}
INPUT.button {
   background      : none;
   border          : 0;
   font-weight     : bold;
   width           : 100px;
   height          : 18px;
   cursor          : hand;
}

IMG {
   border          : 0px;
}

A {
   text-decoration : underline;
   font-weight     : bold;
   color           : #29a4c6;
}
A:HOVER {
   text-decoration : underline;
}
A:VISITED {
}
A:ACTIVE {
   text-decoration : underline;
}


