h1
{
  font-family: Arial, serif;
  font-size: 16pt;
  color: #00B1D1;
  font-weight: bold;
  margin-bottom: 10;
  margin-top:  5;
}
h2
{
  font-family: Arial, serif;
  font-size: 16pt;
  color: #00B1D1;
  font-weight: normal;
  font-style: none;
  margin-bottom: 10;
  margin-top:  5;
}
h3
{
  font-family: Arial, serif;
  font-size: 10pt;
  color: #00B1D1;
  font-weight: bold;
  margin-bottom:  10;
  margin-top:  5;
}
p
{
  font-family: Arial, serif;
  font-size: 10pt;
  color: #000000;
  margin-bottom: 5;
  margin-top:  5;
  text-align: left;
}
ul
{
  font-family: Arial, serif;
  font-size: 10pt;
  color: #000000;
  margin-bottom: 5;
  margin-top:  5;
}
li
{
  margin-bottom: 10;
  margin-top:  0;
}
td
{
  font-family: Arial, serif;
  font-size: 10pt;
  color: #000000;
  margin-bottom: 0;
  margin-top:  0;
}

a:link, a:visited {
  background-color: transparent;
  text-decoration: none;

}
a:hover, a:active
{
  text-decoration: underline;
}
