  H1, H2, H3, H4, H5, OL, BLOCKQUOTE, INPUT, TEXTAREA, FORM, SELECT  {
    font-family: verdana, arial, helvetica;
    color: #232C6D;
    font-size:11px;
   }
   INPUT, TEXTAREA, FORM, SELECT  {
   }
   P {
    font-family: verdana, arial, helvetica;
    color: #232C6D;
    font-size:11px;
    padding: 3px 13px 3px 13px;
   }
  TD {
    font-family: verdana, arial, helvetica;
    color: #232C6D; 
    font-size:11px;
   }
  TD.column_right {
    border-right: solid 1px #2D5488;
    border-left: solid 1px #2D5488;
   }
  TD.copyright {
    background: #2D5488;
    color: #ffffff;
    text-align: center;
    font-size: 10px;
    padding: 3px;
   }
  TD.copyright a {
     text-decoration: underline;
   }
  TD.white_border {
    margin: 0 10px;
    border: 1px solid #fff;
   }

   DIV.orange {
    margin: 0 10px;
    border-bottom   : 1px solid orange;
   }


   BODY {
    background-image: url(/uploads/tf/bg.jpg);  
    background-color: #ffffff; 
    background-attachment: fixed;
    background-repeat: repeat;
    margin-top: 0px;
    margin-bottom: 0px;
   }
   A { 
     color: #232C6D; text-decoration: none; font-weight:normal;
   }
   A:hover {
     color: #2A66AF; font-weight:normal;
    }
   div.tables {
     color: #232C6D;
     text-decoration: none;
     text-align: left;
     font-size:10px;
    }
   div.aroundtables {
     margin:0 0 5px 20px;
    }
   div.breadcrumb {
    height: 17px;
    margin: 0;
    padding: 2px;
    padding-left: 18px;
    font-size:9px;
    line-height:17px;
    color: #fff;
    background: #F59C34;
   }
   div.header-normal {
    margin: 0 0 0 15px;
   }
   div.header-right {
    margin: 0 0 0 0;
   }


/* LeftMenu eerste niveau */
ul#level1navlist {
   margin: 0 0 0 0;
   padding: 0 0 0 0; 
   list-style-type: none;
}

#level1navlist a {  
   text-decoration : none;
   font-weight     : normal;
   line-height:19px;
   font-size     : 11px;
   color           : #ffffff;
   display         : block;
   padding         : 2px 8px; 
   border-bottom   : 1px solid #fff;
   background      : #2D5588;
}
#level1navlist a:link {
   text-decoration : none;
}
#level1navlist a:hover {
   background      : #F59C34;
   color           : #FFFFFF;
}
#level1navlist a.current {
   background      : #F59C34;
   color           : #FFFFFF;
}

/* LeftMenu tweede niveau */
ul#level2navlist {
   line-height:19px;   
   margin-left     : 0;
   padding-left    : 0;
   list-style-type : none;
}
#level2navlist a {
   text-decoration : none;
   font-weight     : normal;
   font-size     : 11px;
   color           : #2D5588;
   display         : block;
   padding         : 1px; 
   padding-left    : 18px;
   border-bottom   : 1px solid #2D5588;
   background      : #FFFFFF;
}
#level2navlist a:link {
   text-decoration : none;
}
#level2navlist a:hover {
   background      : #95A9C3;
   color           : #FFFFFF;
}
#level2navlist a.current {
   background      : #2D5488;
   color           : #FFFFFF;
}

