﻿h2
{
    color: #3F1962;
    font-size: 16pt;
    font-weight: bold;
}
h3
{
    font-size: medium;
    color: White;
    font-weight: bold;
    margin-bottom: 3px;
}
h4
{
    color: #000000;
    font-size: 16pt;
    font-weight: bold;
    padding-top: 10px;
}
hr
{
    margin-top: 3px;
    margin-bottom: 3px;
    height: 1px;
    border: solid 1px silver;
}
a
{
    color: red;
    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: red;
    text-decoration: none;
    cursor: pointer;
}

a:visited
{
    color: red;
    text-decoration: none;
    cursor: pointer;
}

a:active
{
    color: red;
    text-decoration: none;
    cursor: pointer;
}

a:hover
{
    color: black;
    text-decoration: none;
    cursor: pointer;
}

body
{
    font-family: Tahoma, Arial, Sans-Serif;
    color: #ffffff;
    font-size: 9pt;
    width: 900px;
    margin: 15px auto 0px auto;
}
.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
{
    color: red;
    text-align: center;
}
.footer a
{
    color: red;
}
.footer a:hover
{
    color: #000000;
}
.header
{
    font-size: 18px;
    color: #F61D30;
}
.contact_header
{
    font-weight: bold;
    color: #631511;
}
.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;
}
.header_white
{
    font-size: 18px;
    color: White;
}
.header_green
{
    font-size: 18px;
    color: #66CC33;
    padding-bottom: 8px;
}
.main_header
{
    font-size: 18px;
    color: white;
}
.news
{
    color: White;
}
.box_text
{
    color: #515151;
}
.scrollbar
{
    scrollbar-face-color: White;
    scrollbar-arrow-color: #66CC33;
    scrollbar-shadow-color: #66CC33;
}

