﻿h1
{
    color:#E9CCFC;
    font-size:16pt;
}

h2
{
    color: #ffffff;
    font-size: 14pt;
    font-weight: bold;
}
h3
{
    font-size: 12pt;
    color: White;
    font-weight: bold;
    margin-bottom: 3px;
}
h4
{
    color: #000000;
    font-size: 10pt;
    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: white;
    text-decoration: none;
    cursor: pointer;
}

a:visited
{
    color: #FBF4FE;
    text-decoration: none;
    cursor: pointer;
}

a:active
{
    color: #FBF4FE;
    text-decoration: none;
    cursor: pointer;
}

a:hover
{
    color: #FBF4FE;
    text-decoration: none;
    cursor: pointer;
}

table, div, hr, td
{
    border-color: silver;
}


body
{
    background-color: #000000;
    font-family: Arial;
    color: #000000;
    font-size: 11pt;
}
.white_text
{
    color: #ffffff;
}
.menu
{
    font-size: 12pt;
    color: white;
    background-color: #000000;
    font-family: Times New Roman;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}
.menu a
{
    font-size: 12pt;
    color: white;
    background-color: #000000;
    font-family: Times New Roman;
    font-style: italic;
    font-weight: bold;
}
.menu a:visited
{
    font-size: 12pt;
    color: white;
    background-color: #000000;
    font-family: Times New Roman;
    font-style: italic;
    font-weight: bold;
}

.menu a:hover
{
    color: #F2D6FE;
    font-weight: bold;
}


.branding
{
    color: #A52A2A;
}


.branding.brandname
{
    font-size: 14pt;
    font-weight: bold;
}


.branding.address
{
    font-size: 12pt;
    font-weight: bold;
    color: Black;
}


.branding.contact
{
    font-size: 10pt;
    font-weight: normal;
    color: Black;
}

.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;
}

.not_used
{
    background: url() repeat-y left;
    background-position: left;
    background-repeat: repeat-y;
}
.footer
{
    background-color: #ffffff;
    height: 55px;
    text-align: center;
    border-left: solid 2px black;
    border-right: solid 2px black;
}
.black_footer
{
    background-color: Black;
    height: 25px;
    color: White;
    text-align: right;
    padding-right: 5px;
    font-size: 10pt;
}
.black_footer a
{
    font-size: 10pt;
    color: white;
}
.black_footer a:visited
{
    font-size: 10pt;
    color: white;
}

.black_footer a:hover
{
    color: red;
}
.logo_big
{
     font-family: Times New Roman;
     font-size: 30pt;
     font-style: italic;
     color: White;
     font-weight: bold;
     vertical-align: middle;
}
.phone
{
    font-size: 15pt;
    font-weight: bold;
    color: White;
}
.contact
{
    color: White;
}
.contact a
{
    color: white;
}
.contact a:visited
{
    color: white;
}

.contact a:hover
{
    color: red;
}
.contact_reg
{
    color: white;
}
.contact_reg a
{
    color: red;
}
.contact_reg a:visited
{
    color: red;
}

.contact_reg a:hover
{
    color: white;
}
.footer_keywords
{
     color: White;
     font-size: x-small;
}