﻿
    

#topmenu a
{
     color: White;
     
}

#bottommenu a
{
    color: White;
    font-style: inherit;
}
em 
{
    color: Red;
    font-style: italic;
}

#email_contacts  a,a:hover
{
    font-size: 18pt;
    color:Red;
}

:link
{
    color: Blue;
    font-family: 'Times New Roman';
    font-size: 15px;
    font-style: inherit;
    text-decoration: none;
}

:visited
{
    color: Highlight;
    font-family: 'Times New Roman';
    font-size: 15px;
    font-style: inherit;
    text-decoration: none;
}

a:hover
{
    font-family: 'Times New Roman';
    font-size: 15px;
    font-style: inherit;
    text-decoration: underline;
}

a:active
{
    color: Blue;
    font-family: 'Times New Roman';
    font-size: 15px;
    font-style: inherit;
    text-decoration: none;    
}

.panel_Header
{
    font-family: 'Times New Roman';
    font-size: 17px;
    font-style: inherit;
    color: black;
}

.panel_Black
{
    font-family: Bookman Old Style;
    font-size: 14px;
    font-style: inherit;
    color: black;
}

.panel_Blue
{
    font-family: 'Times New Roman';
    font-size: 16px;
    font-style: normal;
    font-weight: bolder;
    color: Blue;
}

#panel_Link a
{
    color: Blue;
    font-weight: bold;
}