﻿body 
{
    margin-top:0;
    margin-bottom:0;
    margin-left:0;
    margin-right:0;
    background-color: #99CC66;
    text-transform: lowercase;
}

.selectedTab
{
    font-family: SF Quartzite;
    font-style: italic;
    font-weight: normal;
    font-size: 11;
    color: #663300;
    text-transform: lowercase;
    background-color: #ffffff;
}

.unSelectedTab
{
    font-family: SF Quartzite;
    font-style: italic;
    font-weight: normal;
    font-size: 11;
    color: #CC6600;
    text-transform: lowercase;
    background-color: #663300;
}

.selectedTabContentsHeader
{
    font-family: SF Quartzite;
    font-style: italic;
    font-weight: normal;
    font-size: 14;
    color: #663300;
    text-transform: lowercase;
    background-color: #ffffff;
}

.selectedTabContents
{
    font-family: SF Quartzite;
    font-style: italic;
    font-weight: normal;
    font-size: 13;
    color: #663300;
    text-transform: lowercase;
    background-color: #ffffff;
}

.selectedTabContentsDescription
{
    font-family: Swis721 Cn BT;
    font-style: italic;
    font-weight: normal;
    font-size: 11;
    color: #663300;
    text-transform: lowercase;
    background-color: #ffffff;
}

.selectedTabContentsFootnote
{
    font-family: Swis721 Cn BT;
    font-style: normal;
    font-weight: normal;
    font-size: 11;
    color: #669900;
    text-transform: lowercase;
    background-color: #ffffff;
}