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.8;
}

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;
    }


    h6 
    {
        font-size: 9pt;
        color: #FFFFFF;
        background-color: #192E6C;
        padding: 2px;
    }

    h7 
    {
        font-size: 12pt;
        color: #AB0010;
        background-color: #FFFFFF;
        padding: 2px;
        border-bottom-style: dotted;
        border-color: #192E6C;
        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: #192E6C;
    }

    a:active 
    {
        text-decoration: underline;
        color: #000000;
    }

.LeftNav 
{
    color: #FFFFFF;
    background-color: #192E6C;
    font-weight: bold;
    font-size: 9pt;
    padding: 2px;
    line-height: 20px;
    vertical-align: top;
}
.LeftNav a:link 
{
    color: #FFFFFF;
    background-color: #192E6C;
    font-size: 9pt;
    text-decoration: none;
    padding: 2px;
    width: 100%;
}
.LeftNav a:visited 
{
    color: #FFFFFF;
    background-color: #192E6C;
    font-size: 9pt;
    text-decoration: none;
    padding: 2px;
    width: 100%;
}
.LeftNav a:hover 
{
    color: #AD0533;
    background-color: silver;
    font-size: 9pt;
    text-decoration: none;
    padding: 2px;
    width: 100%;
}
.LeftNav a:active 
{
    color: #AD0533;
    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;
}

