﻿body
{
    background-color: #000000;
}
.button
{
    padding: 5px;
    border: medium groove #C0C0C0;
    text-align: center;
    font-weight: bold;
    font-size: large;
    color: #FFFFFF;
    background-color: #666666;
    text-decoration: none;
}
.ButtonLink
{
    text-decoration: none;
    color: #FFFFFF;
}
.SM
{
    font-family: Arial;
    text-decoration: none;
    color: white;
    font-size: 12pt;
    text-align: center;
}

span.Menu
{
    text-align: center;
    text-decoration: none;
    font-family: Arial;
}

.Menu
{
    text-decoration: none;
    color: #000000;
}


.Heading
{
    text-align: justify;
}
.PackageName
{
    font-family: Arial;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
}
li
{
    text-align: justify;
}

ul
{
    text-align: justify;
}

.PageTitle
{
    font-family: Arial;
    font-weight: bold;
    text-align: right;
    font-size: 20pt;
}


.footer
{
    text-align: center;
    font-weight: bold;
}

a:visited
{
    text-decoration: none;
}
a:link
{
    border-style: none;
    border-color: inherit;
    text-decoration: none;
}
a:active
{
    text-decoration: none;
}

.MenuTable
{
    border: 1px #FFFFFF double;
    background-color: #C0C0C0;
    border-spacing: 1px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    clip: rect(auto, auto, auto, auto);
    left: auto;
    right: auto;
    font-size: 9pt;
}
.MenuCell
{
    border: medium solid #FFFFFF;
    padding: 4px;
    background-color: #C0C0C0;
    text-align: center;
    color: #000000;
}
.PageTable
{
    width: 640px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}
.LogoTable
{
    width: 100%;
}

.imgcenter
{
    display: block;
    margin: 0 auto;
    text-align: center;
    border-style: solid;
    border-width: thin;
}



