﻿body
{
    background-color:#D8E1E9;
    font-family: Tahoma; 
    font-size: 12px;
}

a
{
    color:Black;
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
}
.linkEnabled
{
    cursor:hand;
}
.linkEnabled:hover
{
    text-decoration:underline;
}
.linkDisabled
{
    color:Gray;
    
}
table
{
    
}

div.Header
{
    width: 910px; 
    height: 100px; 
    background-image: Url(header.png); 
    border-width: 0px;
    text-align: left; 
    border-style: solid; 
    border-width: 1px
}
td.MenuCell
{
    text-align:center;
    border-width: 1px; 
    border-style: solid; 
    border-color: Black; 
    /*width: 66px;*/
    background-color: #B1DD96;
    cursor:hand;
    
}
td.MenuCell:hover
{
    background-color:#CCFFAD;
    text-decoration:underline;
}
td.LastMenuCell
{
    border-width: 1px; 
    border-style: solid; 
    border-color: Black; 
    width: 234px;
    background-color: #CCFFAD;
}
    
                   
