﻿body
{
    background-color:  #fbf9e9;
}

/********************************* table styles ***********************************/
/*table
{
    border: 0;
    margin: 0,0,0,0;
    vertical-align: top;
}*/

table.Master
{
    width: 940px;
}

table.Content
{
    width: 770;
}

table.ContentTable
{
    border: 1px;
    border-style:solid;
    border-width: 1;
    border-color: #336633;
    border-bottom-color: #336633;
    border-left-color: #336633;
    border-right-color: #336633;
    font-size: 14px;
    font-family: Calibri, Helvetica, Arial, Tahoma, Sans-Serif;
}

table.QuickLinks
{
    border: 0;
}

/********************************* table cell styles *********************************/
asp:tablecell
{
    vertical-align: top;
}

td
{
    vertical-align: top;
}

td.CatHeading
{
    height: 25px;    
}

td.CatItems
{
    height: 20px;
}

td.footer
{
    height: 175px;
}



/******************************* panel styles ************************************/
panel.NavPanel
{
    width: 150;
}



/******************************* hyperlink styles *******************************/
a
{
    text-decoration: none;
    font-family: Calibri, Helvetica, Arial, Tahoma, Sans-Serif;
    font-size: 14px;
}

a.CatHeadingLink
{
    color: #004400;
    text-decoration: none;
    font-weight: bold;
    font-family: Calibri, Helvetica, Arial, Tahoma, Sans-Serif;
}

a.CatItemsLink
{
    color: #002200;
    text-decoration: none;
    font-size: 12px;
    font-family: Calibri, Helvetica, Arial, Tahoma, Sans-Serif;
}

a.content
{
    font-size: 14px;
    font-family: Calibri, Helvetica, Arial, Tahoma, Sans-Serif;
    color: #000099;
}

a.disclaimer
{
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    font-family: Calibri, Helvetica, Arial, Tahoma, Sans-Serif;
}

a.NavBar
{
    color: #002200;
    text-decoration: none;
    font-family: Calibri, Helvetica, Arial, Tahoma, Sans-Serif;
    font-size: 14px;
}
    
    
    
    
/*************************** font styles **************************************/
font.contentHdr
{
    font-size: 18px;
    font-family: Calibri, Helvetica, Arial, Tahoma, Sans-Serif;
    color: #000000;
    font-weight: bold;
}

font.contentMedium
{
    font-size: 16;
    font-family:Calibri, Helvetica, Arial, Tahoma, Sans-Serif;
    color: #000000;
    font-weight: bold;
}

font.content
{
    font-size: 14px;
    font-family: Calibri, Helvetica, Arial, Tahoma, Sans-Serif;
    color: #000000;
}

font.contentSmall
{
    font-size: 12px;
    font-family: Calibri, Helvetica, Arial, Tahoma, Sans-Serif;
}
    
font.copyright
{
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    font-family: Calibri, Helvetica, Arial, Tahoma, Sans-Serif;
}

