.html-content a.extern:before
{
  content: url(icons/link_extern.png);
  display: inline;
  vertical-align: middle;
  margin: 0px 3px 0px 0px;
  color: black;
}

.html-content table td
{
  border: 0px;
}

.html-content table.with_bottom_border tr
{
  border-bottom: 1px dotted #DDDDDD;
}

.html-content h2
{
  font-weight: bold;
  margin: 5px 0px 15px 0px;
  font-size: 150%;
}

.html-content h3
{
  font-weight: bold;
  margin-top: 20px;
  font-size: 125%;
}

.html-content ul
{
  padding-left: 30px;
  list-style-type: square;
}

.html-content ul li
{
  padding-left: 5px;
  text-align: left;
}

.html-content ul li:before
{
}

.html-content div.margin-top-20
{
  margin-top: 20px;
}


.html-content div.margin-top-40
{
  margin-top: 40px;
}
