/*------------------------ ALGEMEEN ------------------------------*/

BODY {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ffffff;
    SCROLLBAR-FACE-COLOR: #324758;
    SCROLLBAR-HIGHLIGHT-COLOR: #A7BCCD;
    SCROLLBAR-SHADOW-COLOR: #A7BCCD;
    SCROLLBAR-3DLIGHT-COLOR: #A7BCCD;
    SCROLLBAR-ARROW-COLOR: #ffffff;
    SCROLLBAR-TRACK-COLOR: #8CBADF;
    SCROLLBAR-DARKSHADOW-COLOR: #A7BCCD;
}


A {
    color: #FFFFFF; 
    text-decoration: underline;
}
A:hover {
    color: #FFFFFF; 
    text-decoration: none;
}

INPUT {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

}

TABLE {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.siteTitle {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}

.siteSubTitle {
    font-size: 14px;
    color: #000000;
}

.tableHeader {
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}
.buttonTextBlack {
    font-size: 13px;
    color: #000000;
    text-decoration: none;
}
A.buttonTextBlack {
  font-size: 13px;
  color: #000000;
  text-decoration: underline;
}

A.buttonTextBlack:hover {
  font-size: 13px;
  color: #000000;
  text-decoration: none;
}
.buttonTextWhite {
    font-size: 13px;
    color: #FFFFFF;
    text-decoration: none;
}

A.buttonTextWhite {
  font-size: 13px;
  color: #FFFFFF;
  text-decoration: underline;
}

A.buttonTextWhite:hover {
  font-size: 13px;
  color: #FFFFFF;
  text-decoration: none;
}
.buttonTextColor {
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
}
.tableHeaderSmall_1 {
    font-size: 13px;
    color: #000000;
    font-weight: bold;
}
.tableHeaderSmall_2 {
    font-size: 13px;
    color: #ffffff;
    font-weight: bold;
}

.priceText {
    font-size: 12px;
    font-weight: bold;
}

.priceItalicText {
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
}

.highlightText {
  font-size: 11px;
  color: #000000;
}

A.highlightText {
  font-size: 11px;
  color: #000000;
  text-decoration: underline;
}
A.highlightText:hover {
  font-size: 11px;
  color: #000000;
  text-decoration: none;
}
.button
{
    background-color: #324758;
    border-left: 1px solid white;
    border-right: 1px solid #493C17;
    border-top: 1px solid white;    
    border-bottom: 1px solid #493C17;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight:bold;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
}
.footer
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #ffffff;
}
.dropdown
{
    border-left: 1px solid #C6A21B;
    border-right: 1px solid #C6A21B;
    border-top: 1px solid #C6A21B;  
    border-bottom: 1px solid #C6A21B;
    background-color: white;
    color: #13243A;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
}