body 
{
    background: black;
    font-family: Trebuchet, Trebuchet MS;
    font-size: 9pt;
    color: White;
}

H1
{
    font-size: 12pt;
    font-weight: bold;
    color: #850036;
    padding-bottom:0px;
}

H2
{
    font-size: 10pt;
    font-weight: bold;
    color: #850036;
    padding-bottom:0px;
}

.BoldContent
{
    font-size: 10pt;
    font-weight: bold;
    color: #850036;
    padding-bottom:0px;  
    padding-top:0px;
}

P
{
    padding-top: 0px;
    padding-bottom: 0px;
}

.HomeTitle
{
    font-size: 9pt;
    font-weight: bold;
    color: #850036;
    padding-bottom:0px;
}

.BodyTable
{
    border: Solid 0px Black;
}

.BodyTable A
{
    border: Solid 0px Black;
    color: White;
    font-weight:bold;
    text-decoration: underline;
}

.BodyTable A:hover
{
    border: Solid 0px Black;
    color: #850036;
    font-weight:bold;
    text-decoration: underline;
}

.SectionLeft
{
    padding-top: 20px;
    width: 191px;
}

.SectionTitle
{
    border-bottom: Dashed 1px White;
}

.SectionMain
{
    padding-top: 40px;
    padding-left: 30px;
    padding-bottom:20px;
    width: 360px;
}

.SectionRight
{
    padding-top: 40px;
    padding-left: 10px;
    width: 181px;
}

.SectionLeft H1
{
    font-size: 10pt;
    font-weight:bold;
    color:White;
    padding-top: 0px;
    padding-bottom: 0px;
}

.SectionLeft H1:hover
{
    font-size: 10pt;
    font-weight:bold;
    color: #850036;
    padding-top: 0px;
    padding-bottom: 0px;
}

.SectionLeft H2
{
    font-size: 8pt;
    font-weight:bold;
    color:White;
}

.SectionLeft H2:hover
{
    font-size: 8pt;
    font-weight:bold;
    color: #850036;
}

HR
{
    border-bottom: Dashed 1px White;
    color: #EE7F00;
}

.SectionLeft A
{
    font-size: 8pt;
    font-weight:bold;
    color:#850036;
    text-decoration: none;
}

.BannerBottom
{
    border-top: Solid 5px Black;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #850036;
    font-size: 8pt;
}

.BannerBottom A
{
    font-size: 8pt;
    font-weight:bold;
    color:White;
    text-decoration: none;
}