@media all {

A:link { color: #6B52A5 }
A:visited { color: #6B52A5 }
A:hover   { color: blue }

   body {
          font-family: "Arial", "Helvetica";
          font-size: 10pt;
          background-color: white;
        }

   h1 {
          font-family: "Arial", "Helvetica";
          font-size: 24pt;
          font-weight: bold;
          font-style: normal;
      }

   h2 {
          font-family: "Arial", "Helvetica";
          font-size: 18pt;
          font-weight: bold;
          font-style: normal;
      }

   h3 {
          font-family: "Arial", "Helvetica";
          font-size: 14pt;
          font-weight: bold;
          font-style: normal;
      }

   h4 {
          font-family: "Arial", "Helvetica";
          font-size: 12pt;
          font-weight: normal;
          font-style: normal;
      }

   h5 {
          font-family: "Arial", "Helvetica";
          font-size: 10pt;
          font-weight: normal;
          font-style: normal;
      }

   h6 {
          font-family: "Arial", "Helvetica";
          font-size: 8pt;
          font-weight: normal;
          font-style: normal;
      }

   BUTTON {
          font-family: "Arial", "Helvetica";
          font-size: 8pt;
          font-style: normal;
          border-top: 1pt solid;
          border-bottom: 1pt solid;
          border-left: 1pt solid;
          border-right: 1pt solid;
          }

   LABEL {
          font-family: "Arial", "Helvetica";
          font-size: 8pt;
          font-style: normal;
         }

   TEXTAREA {
          font-family: "Arial", "Helvetica";
          font-size: 8pt;
          font-style: normal;
          border-top: 1pt solid;
          border-bottom: 1pt solid;
          border-left: 1pt solid;
          border-right: 1pt solid;
            }

   FIELDSET {
          font-family: "Arial", "Helvetica";
          font-size: 8pt;
          font-style: normal;
          border-top: 1pt solid;
          border-bottom: 1pt solid;
          border-left: 1pt solid;
          border-right: 1pt solid;
            }

   LEGEND {
          font-family: "Arial";
          font-size: 8pt;
          font-style: normal;
          }

   SELECT {
          font-family: "Arial", "Helvetica";
          font-size: 8pt;
          font-style: normal;
          border-top: 1pt solid;
          border-bottom: 1pt solid;
          border-left: 1pt solid;
          border-right: 1pt solid;
          }

   TABLE {
          font-family: "Arial", "Helvetica";
          font-size: 10pt;
          font-style: normal;
          border-collapse: collapse;
	  border: 2px solid #6B52A5;
         }

   CAPTION {
          font-family: "Arial", "Helvetica";
          font-size: 14pt;
          font-style: normal;
           }
   TD {
          padding-top: 4pt;
          padding-bottom: 4pt;
          padding-left: 4pt;
          padding-right: 4pt;
          border: 1px solid #6B52A5;
      }

   TH {
          font-family: "Arial", "Helvetica";
          font-style: normal;
	  font-weight: bold;
          font-size: 12pt;
          color: white;
          background-color: #6B52A5;
          border: 1px solid white;
          padding-top: 6pt;
          padding-bottom: 6pt;
          padding-left: 6pt;
          padding-right: 6pt;
      }

   MARQUEE {
          font-family: "Arial", "Helvetica";
          font-size: 14pt;
           }

}