  body
  {
    margin:0px 0px;
    padding:0px;
    background-color:#F0F0F0;
    
    scrollbar-arrow-color:red;
    scrollbar-base-color:silver;
    scrollbar-shadow-color:white;
    scrollbar-face-color:#EAEAEA;
    scrollbar-highlight-color:white;
    scrollbar-dark-shadow-color:white;
    scrollbar-3d-light-color:red;
    scrollbar-border-width:0px;

  }

  img
  {
    margin:0px 0px;
    border:0px;
  }


  table.hsMain
  {    
    margin:0px 0px;
    margin-left:10px;
    color:red;
    background-color:white;
    border-width:0px;
    border-right:1px;
    border-style:solid;
    border-color:silver;
  }


  table.hsColumn
  {    
    margin:0px 0px;
    color:red;
    background-color:white;
    padding:0px;
    border-width:0px;
    border-style:solid;
    border-color:silver;
  }


  ul
  {
    margin:10px 0px;
    margin-left:30px;
    color:#6998CD;
    background-color:white;
    padding:0px;
  }


  ol
  {
    margin:10px 0px;
    margin-left:30px;
    font-family:Verdana,Arial,Serif;
    font-style:normal;
    font-weight:bold;
    color:#6998CD;
    font-size:8pt;
    line-height:10pt;
    background-color:white;
  }


  td
  {
    margin:0px 0px;
    padding:0px;
    border-width:0px;
    border-style:solid;
    border-color:silver;
  }

  h1
  {
    margin:0px 5px;
    margin-top:20px;
    font-family:Verdana,Arial,Serif;
    font-style:normal;
    font-weight:normal;
    text-transform:capitalize;
    color:#1A1A1A;
    font-size:16pt;
    line-height:18pt;
  }

  h2
  {
    margin:0px 5px;
    margin-top:5px;
    font-family:Verdana,Arial,Serif;
    font-style:normal;
    font-weight:bold;
    color:#6699CC;
    font-size:8pt;
    line-height:10pt;
  }

  h3
  {
    margin:0px 5px;
    margin-top:20px;
    font-family:Verdana,Arial,Serif;
    font-style:normal;
    font-weight:bold;
    color:rgb(32,164,64);
    font-size:8pt;
    line-height:10pt;
  }

  h4
  {
    font-family:Verdana,Arial,serif;
    font-style:normal;
    font-weight:bold;
    color:rgb(0,164,0);
    font-size:10pt;
    line-height:10pt;
    text-decoration:none;
    margin:2px 5px;
  }

  h5
  {
    margin:0px 10px;
    font-family:Verdana,Arial,Serif;
    font-style:normal;
    font-weight:normal;
    color:#4A4A4A;
    font-size:7pt;
    line-height:9pt;
  }
  
  hr
  {
    margin:0px 0px;
    font-style:normal;
    font-weight:normal;
    color:silver;
    border-width:1px;
    font-size:0pt;
    line-height:0pt;
  }

  input
  {
    margin:0px 0px;
    font-family:Verdana,serif;
    font-style:normal;
    font-weight:normal;
    color:#404040;
    font-size:8pt;
    line-height:10pt;
    width:150px;
    height:14px;
    border-top-width:1px;
    border-left-width:1px;
    align:justify;
  }

  textarea
  {
    margin:0px 0px;
    font-family:Verdana,serif;
    font-style:normal;
    font-weight:normal;
    color:#404040;
    font-size:8pt;
    line-height:10pt;
    width:150px;
    height:14px;
    border-top-width:1px;
    border-left-width:1px;
    align:justify;
  }


  select
  {
    margin:0px 0px;
    font-family:Verdana,serif;
    font-style:normal;
    font-weight:normal;
    color:#404040;
    font-size:8pt;
    line-height:10pt;
    width:150px;
    height:14px;
    border-top-width:1px;
    border-left-width:1px;
    align:justify;
  }
  
  
  option
  {
    margin:0px 0px;
    font-family:Verdana,serif;
    font-style:normal;
    font-weight:normal;
    font-size:8pt;
    line-height:10pt;
    width:150px;
    height:14px;
    border-top-width:1px;
    border-left-width:1px;
    align:justify;
  }

  input.hsInputText
  {
    margin:0px 0px;
    font-family:Verdana,serif;
    font-style:normal;
    font-weight:normal;
    color:#404040;
    font-size:8pt;
    line-height:10pt;
    height:14px;  
    border-width:1px;
    border-right-color:#E0E0E0;
    border-bottom-color:#E0E0E0;
    align:justify;
  }

  input.hsInputButton
  {
    margin:0px 0px;
    font-family:Verdana,serif;
    font-style:normal;
    font-weight:normal;
    color:#404040;
    font-size:8pt;
    line-height:9pt;
    height:18px;
    border-width:1px;
    border-top-color:#E8E8E8;
    border-left-color:#E8E8E8;
    background-color:#C0C0C0;
    border-right-color:#B0B0B0;
    border-bottom-color:#B0B0B0;
    align:justify;
  }

  p
  {
    margin:0px 5px;
    font-family:Verdana,Arial,serif;
    font-style:normal;
    font-weight:normal;
    text-decoration:none;
    color:#404040;
    font-size:8pt;
    line-height:10pt;
  }
  
  p.hsImage
  {    
    margin:0px 0px;
    font-size:10pt;
    line-height:12pt;
  }

  a
  {
    color:#548A6C;
    text-decoration:none;
  }

  a:hover
  {
    color:#548A6C;
    text-decoration:underline;
  }

  


