﻿html
{
    text-align: center;
}

body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #666666;
}

td
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #666666;
}


.Navigation
{
    font-weight: bold;
}

.NavigationLight
{
    font-size: 0.8em;
    color: #808080;
}

.GridHeader
{
    background-color: #E0E1BE;
}

.GridAltItem
{
    background-color: #E0E0D0;
    
}
.GridSelItem
{
    background-color: #dfc261;
    font-weight: bold;
}

a
{
    color: #666666;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
    color: #FA4935;
}

a:visited
{
    color: #666666;
}




