﻿h2
{
    color: #3F1962;
    font-size: 16pt;
    font-weight: bold;
}
h3
{
    font-size: medium;
    color: White;
    font-weight: bold;
    margin-bottom: 3px;
}
h4
{
    color: #2E353A;
    font-size: 16pt;
    font-weight: bold;
    padding-top: 10px;
}
hr
{
    margin-top: 3px;
    margin-bottom: 3px;
    height: 1px;
    border: solid 1px #213118;
}
a
{
    color: #6D272F;
    text-decoration: none;
    cursor: pointer;
}
li
{
    padding-top: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
}
ul
{
    margin-top: 0px;
    margin-bottom: 0px;
}
a:link
{
    color: #6D272F;
    text-decoration: none;
    cursor: pointer;
}

a:visited
{
    color: black;
    text-decoration: none;
    cursor: pointer;
}

a:active
{
    color: #6D272F;
    text-decoration: none;
    cursor: pointer;
}

a:hover
{
    color: red;
    text-decoration: none;
    cursor: pointer;
}

body
{
    color: #2E353A;
    font-size: 10pt;
}

.white_text
{
    color: #ffffff;
}
.menu
{
    color: White;
    padding-left: 5px;
}
.menu a, .menu a:visited, .menu a:hover
{
    font-size: 10pt;
    color: white;
}
.featured_panel
{
    margin-top: 5px;
}


.text_title
{
    font-size: 11pt;
    font-weight: bold;
    color: #000000;
    margin-top: 3px;
    margin-bottom: 3px;
}

.text_title_white
{
    font-size: 11pt;
    font-weight: bold;
    color: #ffffff;
    margin-top: 3px;
    margin-bottom: 3px;
}

.featured_panel
{
    margin-top: 5px;
}

.footer
{
    background-color: #213118;
    height: 25px;
    color: White;
    text-align: right;
}
.footer a
{
    color: #FFEFBC;
}
.footer a:link
{
    color: #FFEFBC;
}
.footer a:visited
{
    color: #FFEFBC;
}
.footer a:hover
{
    color: red;
}
.header
{
    height: 25px;
    background-color: #213118;
    color: #FFFFFF;
    font-weight: bold;
    font-variant: small-caps;
}
.header_black
{
    height: 25px;
    color: #2E353A;
    font-weight: bold;
    font-variant: small-caps;
    font-size: 13px;
}
.contact_header
{
    font-weight: bold;
    color: #213118;
}
.contact a
{
    color: #6D272F;
    text-decoration: none;
    cursor: pointer;
}
contact a:hover
{
    color: red;
    text-decoration: none;
    cursor: pointer;
}
.contact a:active
{
    color: #6D272F;
    text-decoration: none;
    cursor: pointer;
}
