body, td
{
   font-family: Arial;
   font-size: 13px;
}
td.header
{
   height: 47px;
   text-align: left;
}
td.menu, td.lightyellow, td.darkblue
{
   width: 130px;
}
td.yellowline
{
   width: 2px;
}
td.lightyellow, td.darkblue
{
   height: 130px;
}
td.lightyellow, td.yellowline
{
   background-color: #FFF4D5;
}
td.darkblue
{
   background-color: #CECEE2;
   font-size: 9px;
   font-style: italic;
   text-align: center;
   vertical-align: bottom;
}
td.lightblue
{
   background-color: #F2F1F7;
   background-image: url(/assets/images/bestra_groot.gif);
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-position: bottom;
   padding-top: 2px;
}
a.menuheader, a.menuitem
{
   width: 100%;
   text-align: center;
   text-decoration: none;
   font-weight: bold;
   cursor: hand;
   padding: 0px 5px 0px 5px;
   display: block;
}
a.menuheader
{
   color: #00257E;
   background-color: #FFC000;
   white-space: nowrap;
}
a.menuitem
{
   color: #FFC000;
   background-color: #00257E;
   padding-top: 2px;
   padding-bottom: 2px;
   border-top-color: #FFC000;
   border-top-style: solid;
   border-top-width: 1px;
}
input.border, textarea
{
   border-width: 1px;
   border-style: solid solid solid solid;
}
img
{
   border: none;
}
.listing
{
   font-size: 15px;
   font-weight: bold;;
}