
body {
    background-color: #FFFFFF;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

#header {
  padding-bottom: 8px;
}



.nav_black {
    color: #000000;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    text-decoration: none;
}

.nav_black:hover {
    color: #C3A324;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    text-decoration: none;
}


.nav_blue {
    color: #638B9F;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    text-decoration: none;
}

.nav_blue:hover {
    color: #C3A324;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    text-decoration: none;
}


.nav_on {
    color: #C3A324;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    text-decoration: none;
}


hr {
    color: #638B9F;
}


.text_black {
    color: #000000;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: normal;
    text-decoration: none;
}

.text_grey {
    color: #666666;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: normal;
    text-decoration: none;
}

.text_black_bold {
    color: #000000;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    text-decoration: none;
}


.text_blue {
    color: #638B9F;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: normal;
    text-decoration: none;
}

.text_blue_bold {
    color: #638B9F;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    text-decoration: none;
}

.text_footer {
    color: #666666;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: normal;
    text-decoration: none;
}


h1{
    color: #C3A324;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
    text-decoration: none;
}

h2{
    color: #C3A324;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: medium;
    font-weight: normal;
    text-decoration: none;
}