﻿/* .Title and related styles */
.Title
{
    font-family: Verdana, Arial;
    font-size: 12pt;
    font-weight: bold;
    background-color: #254A29;
    color: #FFFFFF;
}

.Title a:link, .Title a:visited, .Title a:active
{
    background-color: #254A29;
    color: #FFFFFF;
    text-decoration:none;
}

.Title a:Hover
{
    background-color: #FFFFFF;
    color: #254A29;
    text-decoration:none;
}

/* .Label and related styles */
.Label, .Label a:link, .Label a:visited, .Label a:active
{
    font-family: Verdana, Arial;
    font-size: 10pt;
    font-weight: bold;
    background-color: gray;
    color: White;
    text-decoration:none;
}

.Label a:Hover
{
    background-color: White;
    color: gray;
}

/* .Item and related styles */
.Item
{
    font-family: Verdana, Arial;
    font-size: 10pt;
    background-color: #FFFFFF;
    color: #191970;
}

.Item a:link, .Item a:visited, .Item a:active
{
    background-color: #FFFFFF;
    color: #990033;
}

.Item a:Hover
{
    background-color: #990033;
    color: #FFFFFF;
}


.SmallPrint, .SmallPrint a:link, .SmallPrint a:active, .SmallPrint a:visited
{
    font-family: Verdana, Arial;
    font-size: 8pt;
    background-color: #FFFFFF;
    color: #0066cc;
    text-decoration: none;
}

.SmallPrint a:hover
{
    font-family: Verdana, Arial;
    font-size: 8pt;
    background-color: #0066cc;
    color: #FFFFFF;
    text-decoration: none;
}


/* .AltItem and related styles */
.AltItem
{
    font-family: Verdana, Arial;
    font-size: 10pt;
    background-color: #f5f5f5;
    color: #191970;
}

.AltItem a:link, .AltItem a:visited, .AltItem a:active
{
    background-color: #f5f5f5;
    color: #990033;
}

.AltItem a:Hover
{
    background-color: #990033;
    color: white;
}

.Button
{
    border-left: thin outset;
    border-right: thin outset;
    border-top: thin outset;
    border-bottom: thin outset;
    font-size: 8pt;
    font-family: Verdana;
    cursor: hand;
}


.Menu, .Menu a:link, .Menu a:visited, .Menu a:active
{
    font-family: Verdana, Arial;
    font-size: 9pt;
    font-weight: bold;
    color: #254A29;
    background-color: #e9e0cb;
}

.Menu a:hover
{
    font-family: Verdana, Arial;
    font-size: 9pt;
    font-weight: bold;
    color: #254A29;
    background-color: #FFFFFF;
    cursor: hand;
}

.DropDown
{
    font-family: Verdana, Arial;
    font-size: 8pt;
}

.Footer, .Footer a:link, .Footer a:visited, .Footer a:active
{
    font-family: Verdana, Arial;
    font-size: 10pt;
    font-weight: bold;
    background-color: #254A29;
    color: #e9e0cb;
}

/* .PresText and related styles */
.PresText
{
    font-family: Verdana, Arial;
    font-size: 10pt;
    color: #FFFFFF;
}

.PresText a:link, .PresText a:visited, .PresText a:active
{
    background-color: #000000;
    color: #FFFFFF;
}

.PresText a:Hover
{
    background-color: #FFFFFF;
    color: #000000;
}

/* .PresH1 and related styles */
.PresH1
{
    font-family: Verdana, Arial;
    font-size: 18pt;
    font-weight: bold;
    font-style: italic;
    color: #FFFFFF;
}

.PresH1 a:link, .PresH1 a:visited, .PresH1 a:active
{
    background-color: #000000;
    color: #FFFFFF;
}

.PresH1 a:Hover
{
    background-color: #FFFFFF;
    color: #000000;
}

/* .PresH2 and related styles */
.PresH2
{
    font-family: Verdana, Arial;
    font-size: 14pt;
    font-style: italic;
    color: #FFFFFF;
    line-height: 30px;
}

.PresH2 a:link, .PresH2 a:visited, .PresH2 a:active
{
    background-color: #000000;
    color: #FFFFFF;
}

.PresH2 a:Hover
{
    background-color: #FFFFFF;
    color: #000000;
}

.PresWhite
{
    font-family: Verdana, Arial;
    font-size: 14pt;
    color: #FFFFFF;
    text-decoration:none;
}

.PresWhite a:link, .PresWhite a:visited, .PresWhite a:active
{
    color: #FFFFFF;
    text-decoration:none;
}

.PresWhite a:Hover
{
    background-color: #FFFFFF;
    color: #000000;
    text-decoration:none;
}

.WalkOn
{
    position: absolute;
    width: 200px;
    height: 115px;
    z-index: 1;
    left: 250;
    top: 20px;
}
