body              
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-family: Arial, Helvetica, sans-serif;
}

td 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

strong, b, .bold 
{
    font-weight: bold;
}

i,.italic 
{
    font-style: italic;
}

.oblique 
{
    font-style: oblique;
}

.super 
{
	vertical-align: super;
}

.menuitem
{
 background-image: url(../images/menu_bg.jpg);
 color: #595959;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 text-decoration: none;
}

.menuitem_actief
{
 background-image: url(../images/menu_bg_actief.jpg);
 color: #595959;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 text-decoration: none;
}

a 
{
    color: #404040;
}

a:hover 
{
    color: #e28c18;
}

a.menu         {color:#e28c18; FONT-WEIGHT: bold; FONT-SIZE: 11px; TEXT-DECORATION: none;}
a.menu:visited {color:#e28c18; FONT-WEIGHT: bold; FONT-SIZE: 11px; TEXT-DECORATION: none;}
a.menu:hover   {color:#e28c18; FONT-WEIGHT: bold; FONT-SIZE: 11px; TEXT-DECORATION: underline;}

a.footer         {color:#404040; FONT-WEIGHT: normal; FONT-SIZE: 10px; TEXT-DECORATION: underline;}
a.footer:visited {color:#404040; FONT-WEIGHT: normal; FONT-SIZE: 10px; TEXT-DECORATION: underline;}
a.footer:hover   {color:#e28c18; FONT-WEIGHT: normal; FONT-SIZE: 10px; TEXT-DECORATION: underline;}

.right 
{
    text-align: right;
}

.justify 
{
    text-align: justify;
}

.vtop 
{
	vertical-align: top;
}

.vbottom 
{
	vertical-align: bottom;
}

.vmiddle 
{
	vertical-align: middle;
}

.baseline 
{
    vertical-align: baseline;
}

.tmiddle 
{
    vertical-align: text-middle;
}


