body
{background-color: #FFFFFF;
  color: #000000;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 150px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10pt;
}

table
{width: 100%;
  background-color: #ECE6E1;
  color: #000000;
  padding: 1px;
  border: 1px solid #CCCCCC;
}

td
{border: 1px solid #CCCCCC;
}

h1
{background-color: #FFFFFF;
  color: #666666;
  font-size: 14pt;
  font-weight: bold;
}

h2
{background-color: #FFFFFF;
  color: #666666;
  font-size: 11pt;
  font-weight: bold; 
}

h3
{background-color: #FFFFFF;
  color: #CC0033;
  font-size: 10pt;
  font-weight: bold; 
}

h4
{background-color: #FFFFFF;
  color: #666666;
  font-size: 8pt;
  font-weight: bold; 
}

h5
{background-color: #FFFFFF;
  color: #CC0033;
  font-size: 8pt;
  font-weight: bold; 
}

h6
{background-color: #FFFFFF;
  color: #808080;
  font-size: 8pt;
  font-weight: bold;
}

a:link
{background-color: #FFFFFF;
  color: #CC0033;
  text-decoration: underline;
}

a:visited
{background-color: #FFFFFF;
  color: #808080;
  text-decoration: underline;
}

a:hover
{background-color: #FFFFFF;
  color: red;
  text-decoration: underline;
}

a:active
{background-color: #FFFFFF;
  color: red; 
  text-decoration: none;
}

p
{text-align: justify;
  font-size: 10pt;
  font-weight: normal;
}

dd
{text-align: justify;
  line-height: 100%;
  font-size: 8pt;
}

ul
{text-align: justify;
  line-height: 120%;
  margin-left: 16px;
  margin-right: 0;
  margin-top: 4px; 
  margin-bottom: 4px; 
  font-size: 10pt;
}

ol
{text-align: justify;
  line-height: 120%;
  list-style-type: decimal;
  margin-left: 15px;
  font-size: 10pt;  
  margin-right: 0;
  margin-top: 4px;
  margin-bottom: 4px;
}

hr
{line-height: 100%;
  margin-top: 2px;
  margin-bottom: 2px;
}

img
{border: 0px;
}