BODY {
    background-color: #CCCCCC;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
    margin: 0;
    padding: 0;
    color:#000000;
}

.package_info
{
   font-size: 9pt;
}
    TD
    {
        font-size: 10pt;
    }

    P
    {
        font-size: 10pt;
        line-height: 1.5;
    }

    LI
    {
        font-size: 10pt;
        line-height: 1.5;
    }


    Table 
    {
        font-family: Arial;
        font-size: 10pt;
        border-collapse: collapse;
    }


    h1 
    {
        font-size: 16pt;
        color: #000000;
        text-align: center;
        padding: 2px;
        border-bottom-style: dotted;
        border-color: #000000;
        border-width: thin;
    }

    h3 
    {
        font-size: 10pt;
        color: #F0C800;
        background-color: #000000;
        padding: 2px;
    }


    h4 
    {
        font-size: 11pt;
        color: #FFFFFF;
        background-color: #000000;
        padding: 2px;
        border: 1px solid #000000;
    }

    h5 
    {
        font-size: 11pt;
        color: #FFFFFF;
        background-color: #B77426;
        padding: 2px;
        border: 1px solid #B77426;
    }

    h7 
    {
        font-size: 12pt;
        color: #AB0010;
        background-color: #FFFFFF;
        padding: 2px;
        border-bottom-style: dotted;
        border-color: #006E00;
        border-width: thin;
    }    
    
    h8 
    { 
        font-size: 12pt; 
        font-family: Arial; 
        font-weight: bold;
    }

    a:link 
    {
        text-decoration: underline;
        color: #000000;
    } 

    a:visited 
    {
        text-decoration: underline;
        color: #000000;
    }

    a:hover 
    {
        text-decoration: none;
        color: #FFFFFF;
        background-color: #006E00;
    }

    a:active 
    {
        text-decoration: underline;
        color: #000000;
    }

.LeftNav 
{
    color: #FFFFFF;
    background-color: #006E00;
    font-weight: bold;
    font-size: 9pt;
    padding: 2px;
    line-height: 20px;
    vertical-align: top;
}
.LeftNav a:link
{
    color: #FFFFFF;
    background-color: #006E00;
    font-size: 9pt;
    text-decoration: none;
    padding: 2px;
    width: 100%;
}
.LeftNav a:visited
{
    color: #FFFFFF;
    background-color: #006E00;
    font-size: 9pt;
    text-decoration: none;
    padding: 2px;
    width: 100%;
}
.LeftNav a:hover
{
    color: #000000;
    background-color: silver;
    font-size: 9pt;
    text-decoration: none;
    padding: 2px;
    width: 100%;
}
.LeftNav a:active
{
    color: #000000;
    background-color: silver;
    font-size: 9pt;
    text-decoration: none;
    padding: 2px;
    width: 100%;
}

.maincontent
{
    background-color: #FFFFFF;
    color: #000000;
    text-align: left;
    vertical-align: top;
    padding: 10px;
}

.copyright 
{
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}
