﻿TABLE.Menu
{
border-top : 4px;
border-bottom : 4px;
border-left : 0px;
border-right : 0px;
border-style : solid;
border-color : #e7e2bd;
}
TD.ActiveMenuItem
{
border-width : 2px;
border-style : dotted;
border-color : #007D48;
background : #fff9d1;
color : #006339;
cursor : pointer;
font-family : arial;
font-weight : bolder;
font-size : 10pt;
padding : 2px;
text-align : center;
}
TD.MenuItem
{
border-width : 2px;
border-style : solid;
border-color : #007D48;
background : #e7e2bd;
color : #006339;
cursor : pointer;
font-family : arial;
font-weight : bolder;
font-size : 10pt;
padding : 2px;
text-align : center;
}
TD.MenuItem:Hover
{
background : #fff9d1; 
border-style : dotted;      
}
A.MenuLink
{
color : #006339;
text-decoration : none;
}
A.MenuLink:Hover
{
text-decoration : underline;
}
TD.Heading
{
    color : #007D48;
    font-family : arial;
    font-size : 13pt;
    font-weight : bolder;
    text-align : left;
    padding-right : 5px;
    vertical-align : middle;
}
TD.Data
{

    font-family : arial;
    font-size : 12pt;
    text-align : left;
    padding-left : 25px;
    padding-bottom : 10px;
    vertical-align : middle;
}
