﻿/* General */
body 
{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: Black;
}

ul
{
    margin-top: 0px;
    margin-bottom: 0px;
}

blockquote
{
    margin-top: 0px;
    margin-bottom: 0px;
}

/* Borders */

.ContentMargin 
{
    background-color: Black;
}

/* Header */

.ContentHeaderMajor 
{
    font-family: Baskerville Old Face, Garamond, Times New Roman, Serif;
    font-size: 24pt;
    color: #003333;
    font-weight: normal;
    text-decoration: none;
}

.ContentHeaderMinor 
{
    font-family: Baskerville Old Face, Garamond, Times New Roman, Serif;
    font-size: 16pt;
    color: #993300;
    font-weight: normal;
    text-decoration: none;
}

.ContentSubHeader
{
    font-family: Baskerville Old Face, Garamond, Times New Roman, Serif;
    font-size: 14pt;
    color: #003333;
    font-weight: normal;
    text-decoration: none;
}

a.ContentSubHeader
{
    color: #003333;
    text-decoration: none;
}

a.ContentSubHeader:hover
{
    color: #993300;
    text-decoration: underline;
}

/* Navigation */

.Menu
{
    background-color: Black;
    height: 20px;
}

.BreadCrumb
{
    font-family: Garamond, Times New Roman, Serif;
    font-size: 10pt;
    color: Black;
    font-weight: normal;
    text-decoration: none;
}

a.BreadCrumb
{
    color: Black;
    text-decoration: underline;
}

a.BreadCrumb:hover
{
    color: #993300;
    text-decoration: none;
}

/* Content */

.Content 
{
    font-family: Garamond, Times New Roman, Serif;
    font-size: 12pt;
    color: Black;
    font-weight: normal;
    text-decoration: none;
}

.ContentLink
{
    font-family: Garamond, Times New Roman, Serif;
    font-size: 12pt;
    color: Black;
    font-weight: normal;
    text-decoration: none;
}

a.ContentLink
{
    color: #003333;
    text-decoration: underline;
}

a.ContentLink:hover
{
    color: #993300;
    text-decoration: none;
}

.ContentSmall
{
    font-family: Garamond, Times New Roman, Serif;
    font-size: 10pt;
    color: Black;
    font-weight: normal;
    text-decoration: none;
}

a.ContentSmall
{
    color: #003333;
    text-decoration: underline;
}

a.ContentSmall:hover
{
    color: #993300;
    text-decoration: none;
}

.HorizontalRule
{
    color: #003333;
}

/* Controls */

.ControlStandard 
{
    font-family: Garamond, Times New Roman, Serif;
    font-size: 12pt;
    color: #003333;
    font-weight: normal;
}

.ControlStandardLight
{
    font-family: Garamond, Times New Roman, Serif;
    font-size: 12pt;
    color: Silver;
    font-weight: normal;
}

/* Errors */

.ErrorMessage 
{
    font-family: Garamond, Times New Roman, Serif;
    font-size: 12pt;
    color: #993300;
    font-weight: bold;
    text-decoration: none;
}

/* Footer */

.Footer 
{
    font-family: Garamond, Times New Roman, Serif;
    font-size: 8pt;
    color: White;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    background-color: Black;
}

.FooterLink 
{
    font-family: Garamond, Times New Roman, Serif;
    font-size: 8pt;
    color: White;
    font-weight: normal;
    text-decoration: underline;
    text-align: center;
    background-color: Black;
}

.FooterLink:link
{
    color: White;
    text-decoration: underline;
}

.FooterLink:hover
{
    color: #FFFFCC;
    text-decoration: none;
}

/*.FooterLink:active
{
    color: #FFFFCC;
    text-decoration: underline;
}

.FooterLink:visited
{
    color: White;
    text-decoration: underline;
}*/