﻿body
{
    font-family: Trebuchet MS;
    font-size: 10pt !important; 
    color: #000000;
}



p, li
{
    line-height: 1.5;
}



p
{
    margin-top: 0;
    margin-bottom: 12;
}



h2, h3, h4, h5
{
    color: #000000;
    margin-top: 12pt !important;;
    margin-bottom: 0;
}



h1
{
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}



fieldset
{
    padding-left: 10;
    padding-top: 10;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

/*

li

{ 

list-style-image:url('images/bullets.gif');

}

*/

ul.wide
{
    line-height: 2.0;
    list-style-image: url( 'images/bullets.gif' );
    margin-left: 0;
    padding-left: 1.75em;
}



ul.plain, li.plain
{
    list-style-type: disc;
    margin-left: 0;
    padding-left: 2em;
    list-style-image: none;
}



a.bold, a.bold:visited
{
    font-weight: bold;
    color: Black;
    text-decoration: none;
    font-size: 12pt;
}

a.whitelink, a.whitelink:visited
{
    color:White;
    text-decoration:underline;
}

a.whitelink:hover;
{
    color:Blue;
}
a.bold:hover
{
    text-decoration: underline;
}

a.plainwhitelink, a.plainwhitelink:hover, a.plainwhitelink:visited
{
    color:white;
    text-decoration:none;
}

legend
{
    font-weight: bold;
    padding-left: 6px;
    padding-right: 6px;
}



.footnote
{
    font-size: 8pt;
    margin: 0;
}



.sidetext
{
    font-size: 8pt !important;
    margin-left: 25px;
    margin-right: 25px;
}



.homepage
{
    font-size: 10pt;
    line-height: 1.75;
    margin-right: 20px;
}



.announcement
{
    font-size: 8pt;
    font-family: Arial;
    margin-top: 0;
}



.fineprint
{
    color: Gray;
    font-size: 8pt;
}



.FlatHR
{
    height: 3px;
    background-color: #000000;
    width: 95%;
    margin-top: 0;
}



.small
{
    font-size: 8pt;
}



.white
{
    color: #ffffff;
}

