/* styles for html elements */
/* heading styles */
H1        {
        font-family: Arial;
        font-size: 18pt;
        font-color: black;
        line-height: 100%;
}

H2        {
        font-family: Arial;
        font-size: 16pt;
        font-color: black;
        margin-bottom: -8pt;
}

H3        {
        font-family: Arial;
        font-size: 14pt;
        font-color: black;
        margin-bottom: -8pt;
}

H4        {
        font-family: Arial;
        font-size: 12pt;
        font-color: black;
        margin-bottom: -8pt;
}

H5        {
        font-family: Arial;
        font-size: 10pt;
        font-color: black;
        margin-bottom: -10pt;
}

H6        {
        font-family: Arial;
        font-size: 8pt;
        font-color: purple;
        margin-top: -3pt;
}

H7        {
        font-family: Arial;
        font-size: 9pt;
        font-color: Blue;
        font-weight: bold;
        margin-top: -3pt;
}

/* link styles */
A         {
        color: Blue;
        font-size: 9pt;
        font-weight: bold;
        line-height: 12pt;
}

a.n:link
            {
                color: Black;
                font-size: 10pt;
                font-weight: bold;
                line-height: 10pt;
             }

a.n:visited
             {
               color: #800000;
               font-size: 10pt;
               font-weight: bold;
             }

a.n:hover
             {
               color: #FF8080;
               font-size: 10pt;
               font-weight: bold;
           /*  font-family: Garamond; */
             }

a.n:active
              {
                color: #FF7C00;
                font-size: 10pt;
                font-weight: bold;
                line-height: 12pt;
             }

a.nav:link
            {
                color: White;
                font-size: 9pt;
                font-weight: bold;
                line-height: 12pt;
             }

a.nav:visited
             {
               color: #DCDCDC;
               font-size: 9pt;
               font-weight: bold;
             }

a.nav:hover
             {
               color: White;
               font-size: 12pt;
               font-weight: bold;
           /*  font-family: Garamond; */
             }

a.nav:active
              {
                color: Yellow;
                font-size: 9pt;
                font-weight: bold;
                line-height: 12pt;
             }

/* table styles */
TABLE
        {
        font-family: Arial;
        font-size: 10pt;
}

TABLE.A
        {
        font-family: Arial;
        font-size: 10pt;
        margin-left: .25in;
}

/* list styles */
UL
        {
        font-family: Arial;
        font-size: 10pt;
        line-height: 14pt;
}

LI         {
        font-family: Arial;
        font-size: 10pt;
        line-height: 20pt;
        margin-left: -1.5em;

}

.bullet         {
        list-style-type: disc;

}

.listbreak {
        font-family: Arial;
        margin-top: 5pt;
        margin-bottom: 5pt;
}

.listend {
        font-family: Arial;
        margin-bottom: -10pt;
}

OL         {
        font-family: Arial;
        font-size: 10pt;
        line-height: 12pt;
        margin-top: 8pt;
        list-style-position: outside;
}

/* paragraph styles */
BODY
        {
        font-color: black;
}

P
        {
        font-family: Arial;
        font-size: 10pt;
}

P.T        {
        font-family: Arial;
        font-size: 10pt;
        line-height: 12pt;
        margin-top: -5pt;
}

P.E {
        font-family: Arial;
        font-size: 10pt;
        margin-top: 5pt;
        margin-bottom: 5pt;
}

P.P        {
        font-family: Arial;
        font-size: 10pt;
        line-height: 12pt;
        margin-left: .25in;
}

/* horizontal rule styles */
HR         {
        color: MediumVioletRed;
        font-family: Arial;
}

span {        width: 100%;
                height: 50;
                font-size: 12pt;
                font-family: Arial Black;
                color: Black;
              /*  Filter: DropShadow(Color=#000000, OffX=2, OffY=2, Positive=1)*/;
              }