﻿body
{
    background-image: url(Graphics/Masterpage/Background.gif);
}
.Header
{
    font-size: 11pt;
    font-weight: bold;
    color: black;
    font-family: Arial;
    padding-top: 5px;
}
.Heading
{
    font-weight: bold;
    font-size: 14pt;
    font-family: Arial;
    background-color: #fcfcd8;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 3px;
    padding-top: 3px;
    border-bottom: black 2px solid;
}
.SubHeading
{
    color: black;
    font-weight: bold;
    font-size: 12pt;
    font-family: Arial;
    text-decoration: underline;
}
.SubHeading A:visited
{
    color: black;
    text-decoration: underline;
} 
.SubHeading A:hover
{
    color: #8b0000;
    text-decoration: underline;
} 
.SubHeading A:link
{
    color: black;
    text-decoration: underline;
} 
.Basic {
    font-size: 10pt;
    font-family: Arial, Sans-Serif;
    text-align: left;
    padding: 5px;
}
.Basic A:visited
{
    color: #8b0000;
    text-decoration: underline;
} 
.Basic A:hover
{
    color: black;
    text-decoration: underline;
} 
.Basic A:link
{
    color: #8b0000;
    text-decoration: underline;
} 
.Menu
{
    font-size: 13pt;
    color: white;
    font-family: Tahoma;
    text-decoration: none;
    text-align: center;
    background-color: black;
    background-image: url(Graphics/Masterpage/Menu-Background.gif);
}
.Menu A:visited
{
    color: white;
    text-decoration: none;
} 
.Menu A:hover
{
    color: white;
    background-color: black;
} 
.Menu A:link
{
    color: white;
    text-decoration: none;
} 
.MenuHover
{
    font-weight: bold;
    font-size: 12pt;
    color: white;
    font-family: Arial;
    text-decoration: none;
    text-align: center;
    background-image: url(Graphics/Masterpage/Menu-Background-Hover.gif);
}
.SubMenu
{
    font-size: 8pt;
    font-weight: bold;
    color: #8b0000;
    font-family: Arial;
    text-decoration: none;
    text-align: left;
    background-color: #fcfcd8;
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
    padding: 2px;
    padding-left: 5px;
}
.SubMenu A:visited
{
    color: #8b0000;
    text-decoration: none;
} 
.SubMenu A:hover
{
    color: black;
    text-decoration: underline;
} 
.SubMenu A:link
{
    color: #8b0000;
    text-decoration: none;
}
.RedItalics
{
    color: #8b0000;
    font-style: italic
}
.Top
{
    font-size: 8pt;
    font-weight: bold;
    color: #e9967a;
    font-family: Arial;
    text-decoration: none;
    text-align: right;
}
.Top A:visited
{
    color: #e9967a;
    text-decoration: none;
} 
.Top A:hover
{
    color: #8b0000;
    text-decoration: underline;
} 
.Top A:link
{
    color: #e9967a;
    text-decoration: none;
} 
.Footer
{
    font-size: 9pt;
    color: white;
    font-family: Arial;
    text-decoration: none;
    padding: 2px;
    padding-left: 5px;
}
.Footer A:visited
{
    color: white;
    text-decoration: none;
} 
.Footer A:hover
{
    color: white;
    text-decoration: underline;
} 
.Footer A:link
{
    color: white;
    text-decoration: none;
}
