/* Example style sheet file (note how this comment was created) */

  a:link {color: 400080}
  a:visited {color: c40000}
 a:active {background-color: 00bbdd; text-decoration: underline}
 a:hover  {color: red; background-color: black; cursor: hand}
 th {font-size: 8pt;
     font-style: normal;
     font-family: Helvetica;
     font-weight: bold; 
     text-align: center; 
     text-transform: capatilize;
     text-decoration: none;
     vertical-align: center;
     background-color: 008080;
     color: ccbbaa}



body 
     {margin-top: 15px;
      margin-left: 5px;
      margin-right: 5px;
      margin-bottom: 5px;
      background-image: url(bg41.jpg);
      background-attachment: fixed}
 

p     
      {font-size: 12pt; 
      text-align: left;
      vertical-align: top;
      cursor: default;
      font-family: times new roman, sans-serif, arial, garamond;
      font-weight: normal;
      text-align: justify; 
      color: 000000}
p.ex1     
     {font-family: times new roman, San-Serif, Arial, Garamond; 
      font-size: 12pt; 
      font-style: normal;
      font-weight: bold;
      line-height: normal;
      text-align: justify; 
      vertical-align: top;
      color: 000000}
p.info1
     {font-size: 12pt; 
      font-style: italic;
      font-family: times new roman, San serif, arial, garamond; 
      font-weight: bold;
      text-align: left;
      text-decoration: none;
      vertical-align: top;
      color: 990000}


li   
      {font-size: 12pt; 
      text-align: left;
      vertical-align: top;
      cursor: default;
      font-family: times new roman, sans-serif, arial, garamond;
      font-weight: bold;
      font-style: italic;
      color: 000000}


/* START TRADE-MARK STYLE */
TD.TM
    {font-family: guild;
     text-align: center} 
 
span.#s1
    {font-size: 18pt;
     font-style: normal; 
     font-weight: bold;
     color: 008080}

span.#s1A
    {font-size: 14pt;
     font-style: normal; 
     font-weight: bold;
     color: 008080}

span.#s2
    {font-size: 10pt;
     font-style: italic; 
     font-weight: bold;
     color: 008080}
span.#s3
    {font-size: 10pt;
     font-style: normal;
     font-weight: normal; 
     color: 0000ff}
span.#s3a
    {font-size: 10pt;
     font-style: normal;
     font-weight: bold; 
     color: 008080}
span.#s4
    {font-size: 10pt;
     font-style: normal;
     font-weight: bold; 
     color: 000000}
span.#s5
    {font-size: 8pt;
     font-style: italic;
     font-weight: bold; 
     color: 000000}


/* END TRADE-MARK STYLE */
