a:link        {color: 000000; font-family: verdana; font-size: 11px; font-weight: normal; }
a:visited     {color: 000000; font-family: verdana; font-size: 11px; font-weight: normal; }
a:hover       {color: #FF9900; font-family: verdana; font-size: 11px; font-weight: normal; }
a:active      {color: #FFCC00; font-family: verdana; font-size: 11px; font-weight: normal; }

a.foo         {color:000000; text-decoration: underline;}
a.foo:visited {color:000000}
a.foo:hover   {color:000000; text-decoration: none;}

a.bar         {color:C0C0C0; text-decoration: underline;}
a.bar:visited {color:C0C0C0}
a.bar:hover   {color:000000; text-decoration: none;}

a.menu         {color:#FFFF66; text-decoration: underline;}
a.menu:visited {color:#FFFF99}
a.menu:hover   {color:000000; text-decoration: none;}

.kop          { color:000000; font-family: verdana; font-size: 20px; font-weight: bold; }
.navigatie    { color:C0C0C0; font-family: verdana, arial; font-size: 10px; font-weight: normal; }
.rood         { color:FF0000; font-family: verdana, arial; font-size: 10px; font-weight: normal; }
.rood_klein   { color:FF0000; font-family: verdana, arial; font-size: 9px; font-weight: normal; }


table.menu a.menu_item 
{
    display:block;
    height:13px;
    font-family: helvetica, arial, verdana;
    font-size: 11px;
    text-indent: 8px;		
    color:#000099;
    background: url("../images/selectie.gif") top left no-repeat;
    text-decoration: none;
}
	
table.menu a.menu_item:hover 
{
    background-position: 0 -14px;
    height:13px;
    color: #ffffff;
}
	
table.menu a.selected_menu_item 
{
    display:block;
    height:13px;
    font-family: helvetica, arial, verdana;
    font-size: 11px;
    text-indent: 8px;		
    background: url("../images/selectie.gif") top left no-repeat;
    background-position: 0 -14px;
    text-decoration: none;
    color: #ffffff;
}
table.menu td.menu 
{
    background: url('../images/menu.gif');
    font-family: helvetica, arial, verdana;
    font-size: 11px;
    text-indent: 8px;
    color: #000099;
}
table.menu td.menuTitel 
{
    background: url('../images/menu_wit.gif');
    font-family: helvetica, arial, verdana;
    font-size: 11px;
    font-weight: bold;
    text-indent: 8px;
    color: #000099;
}

table 
{
   font-family: "Verdana", "Helvetica", "sans-serif";   
   font-size: 10;
}

body
{
   font-family: "Verdana", "Helvetica", "sans-serif";   
   font-size: 10;
}

span.small {
   font-size: 9;
}
