﻿body
{
    font-size: 14px;
}
h1.heading
{
    color: white;
    font-style: italic;
    font-weight: bold;
}
td.slate
{
    color: white;
    font-family: Arial;
    background-color: #8996a7;
}
td.lightgray
{
    color: #75797c;
    font-family: Arial;
    background-color: #c8c8c8;
}
td.darkgray
{
    color: white;
    font-family: Arial;
    background-color: #565656;
}

table.menuoff
{
    border: 1px solid #c8c8c8;
    background-color: #8996a7;
    width: 90px;
    color: White ;
}
table.menuon
{
    border: 1px solid yellow;
    background-color: #8996a7;
    width: 90px;
    color: White;
    cursor: pointer;
}
td.left
{
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #bbbbbb;
    color: #75797c;
    font-family: Arial;
    background-color: #c8c8c8;
}

a
{
    text-decoration: none;
    color:White ;
}
td.content
{
    color:#003366;
    font-family: Arial;
    background-color: #c8c8c8;
}
a.body
{
    color: #003366;
}
a:hover
{
    text-decoration: underline;
}
td.table
{
    font-family: Arial;
    background-color: #c8c8c8;
    font-size: 12px;
}
th.slate
{
    color: white;
    font-family: Arial;
    background-color: #8996a7;
    font-size: 14px;
}
td.phototext
{
    color: #75797c;
    font-family: Arial;
    background-color: #c8c8c8;
    font-size: 10pt;
    text-align:justify;
}
td.justify
{
    font-family: Arial;
    font-size: 12pt;
    text-align:justify;
}