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

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

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

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

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

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

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

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

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

a.n:visited
               { color: gray; font-weight: bold; font-size: 9pt }

a.n:hover
               { color: white; font-weight: bold; font-size: 11pt }

a.n:active
               { color: white; font-weight: bold; font-size: 9pt }

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

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

a.nav:hover
              { color: white; font-weight: bold; font-size: 11pt }

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

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

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

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

LI           { font-size: 9pt; line-height: 10pt; font-family: Arial; 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-size: 9pt; line-height: 10pt; font-family: Arial; list-style-position: outside; margin-top: 8pt }
/* paragraph styles */
BODY       { color: white; font-size: 9pt; background-color: #010; font-color: black  }
P
         { font-size: 9pt; font-family: Arial }

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

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

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

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

span   { color: black; font-size: 10pt; font-family: "Arial Black"; width: 100%; height: 50 }