BODY            {       margin:                 10px;
                        background-color:       white;
                        text-color:             black;
                        font:                   11pt, "Times New Roman", serif;
                }
H1              {       color:                  black;
                        font:                   20pt, "Arial";
                        font-weight:            bold;
                        text-align:             left
                }
H2              {       color:                  black;
                        font:                   16pt, "Arial";
                        font-weight:            bold;
                        text-align:             left
                }
H3              {       color:                  black;
                        font:                   12pt, "Arial";
                        font-weight:            bold;
                        text-align:             left
                }
P.info          {       background-color:       #F7EB00;
                        font:                   8.5pt, "Times New Roman", serif;
                }
P.note          {       color:                  #BE004B;
                }
DIV.info        {       background-color:       #F7EB00;
                        color:                  #646464;
                        font:                   10pt, "Arial";
                        font-weight:            bold;
                        text-align:             right
                }
HR              {       color:                  #BE004B
                }
A:link          {       color:                  #BE004B;
                        text-decoration:        underline
                }
A:visited       {       color:                  black;
                        text-decoration:        underline
                }
A:active        {       color:                  #BE004B;
                        text-decoration:        none
                }
UL              {       list-style-image:       url(arrow.gif)
                }
