
/*------------------------ ALGEMEEN ------------------------------*/


.algemeen {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #4A4C5C;
    font-weight: bold;
    line-height: normal;
  }


A.algemeen {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    color: #4A4C5C;
  }


A.algemeen:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    color: #CC0000;
  }


A.algemeen:active {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    color: #CC0000;
  }

/*------------------------ HEADER------------------------------*/


.bodyHeader {
  }


.headerTop {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color:white;
    font-weight: bold;
    padding-bottom: 3px;
    padding-left: 10px;
  }


.headerLogo {
    /*padding-top: 2px;
    */;
  }


.headerBottom {
    background-image: url(%27shadowline.gif%27);
    background-repeat: repeat-x;
    background-color: #BDD8EF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding-right: 15px;
    padding-top: 5px;
    color: #333366;
    background-position-y:50%;
    background-position: top;
  }


.bodyMain {
    background-color: #E6EAF0;
  }


A.Links {
    color : #3C3C3C;
    font-family : Arial, monospace;
    font-size : 11px;
    font-weight : bold;
    text-decoration : none;
  }


A.Links:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #0A3D70;
    border-bottom-width: 1px;
    border-bottom-style: groove;
    font-weight: bold;
  }


.LinksWit {
    background-color: #0F5dA9;
    font-size: 10pt;
    color: #FFFFFF;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
  }


.LinksWitHover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #0A3D70;
    border-bottom-width: 1px;
    border-bottom-style: groove;
    font-weight: bold;
  }


.bodyContent {
    background-color: #F1F5F9;
    /*padding-top: 15px;
    */;
  }


.title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #333366;
    padding-left: 10px;
    padding-top: 5px;
    line-height: 20px;
  }


.bodyTxt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #434C53;
    line-height: normal;
  }


UL {
    MARGIN-TOP: 0px;
    PADDING-LEFT: 5px;
    LIST-STYLE-IMAGE: url(../images/small_bullet_blue.gif);
    MARGIN-BOTTOM: 0px;
    MARGIN-LEFT: 15px;
  }


UL LI {
    DISPLAY: list-item;
    PADDING-LEFT: 0px;
    LIST-STYLE-POSITION: outside;
    MARGIN-LEFT: 0px;
    BORDER-LEFT: 0px;
    TEXT-INDENT: 0px;
    LIST-STYLE-TYPE: disc;
    TEXT-ALIGN: left;
  }


.bodymenu {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #434C53;
    padding-left: 5px;
    line-height: 20px;
    padding-top: 0px;
  }


.TableBorder {
    border-top: 1px none #CCCCCC;
    border-right: 1px none #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px none #CCCCCC;
  }


.BlueBorder {
    border: 1px solid #8295B3;
    background-color: #C4CDDB;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
  }


.BlueDarkBorder {
    border: 1px solid #0A3D70;
    background-color: #0F5dA9;
    font-size: 10pt;
    color: #FFFFFF;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
  }


.menuLinks {
    background-color: #E6EAF0;
  }


A.algemeenLinks {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #4A4C5C;
    font-weight: bold;
  }


A.algemeenLinks:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #CC0000;
  }


