﻿body
{
    background-color: #999999;
}

h1
{
    margin: 2px 0 6px 0;
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    font-style: italic;
    color: Red;
}
a
{
    color:Navy;
    font-weight: bolder;
    text-decoration: none;
}
a:visited
{
    color: inherit;
}
a:hover
{
    text-decoration: underline;
}
a.link
{
    padding-right: 5px;
    background-image: url(../../Images/link.png);
    background-repeat: no-repeat;
    background-position: right top;
    color: inherit;
    text-decoration: underline;
    font-weight: normal;
}
a.link:hover
{
    text-decoration: underline;
}

table
{
    font-family: Segoe UI, Verdana, Arial, Times New Roman, Sans-Serif;
    font-size: 14pt;
    color: Navy;
    background-color: #dddddd;
    cursor: default;
}

p { margin-bottom: 0 }
p + p { text-indent: 1.5em; margin-top: 0 }

ol
{
    font-size: 0.9em;
}
.faq
{
    font-weight: bolder;
    font-style: italic;
    color: Red;
}

.small { font-size: 0.75em; }

.smallb 
{ 
    font-size: 0.75em; 
    font-weight: bold;
}

.menu
{
    color: White;
    background-color: Navy;
    font-weight: bolder;
    text-align: center;
    text-decoration: none;
    font-size: 0.9em;
}
.menu table
{
    padding: 10px 10px 10px 10px;
}

.menu td
{
    padding: 4px 4px 4px 4px;
}
.menu a
{
    color:White;
    text-decoration: none;
}
.menu a:hover
{
    color:White;
    text-decoration: underline;
}

/*
td.menu *
{
    color: White;
    font-weight: bolder;
    cursor: pointer;
    text-decoration: none;
}
.menu:hover a
{
    text-decoration: underline;
    cursor: pointer;
}
*/
/*
td.menu:hover
{
    font-weight: bolder;
    text-decoration: underline;
}
td.menu:hover a
{
    background-color: transparent;
    font-weight: bolder;
    text-align: left;
    cursor: pointer;
}
td.menu:visited a
{
    background-color: inherit;
    color: inherit;
    font-weight: bolder;
    text-align: center;
    cursor: pointer;
    text-decoration:none;
}
*/
td.menuSub
{
    background-color: White;
    text-align: center;
    padding: 2px 4px 2px 4px;
    color:Navy;
    cursor:pointer;
}
td.menuSub *
{
    background-color: White;
    text-align: center;
    color: Navy;
}
td.menuSub a
{
    text-align: center;
    font-size: 0.9em;
    color:Navy;
    font-weight: bolder;
    background-color: White;
    text-decoration: none;
}
.menuSub:hover a
{
    background-color: transparent;
    color: Red;
    font-weight: bolder;
    text-align: center;
    cursor: pointer;
    text-decoration: underline;
}
td.menuSub:visited a
{
    background-color: transparent;
    color: Navy;
    font-weight: bolder;
    text-align: center;
    cursor: pointer;
    text-decoration:none;
}
/*
a.menu
{
    background-color: inherit;
    color: inherit;
    font-weight: bolder;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}
a.menu:visited
{
    color:inherit;
    background-color: inherit;
}
*/