a {
  text-decoration: underline; 
  color: #002040;
}

a:hover {
  text-decoration: underline; 
  color: #008000;
}

p {
  font-size: 10pt;
  font-family: Verdana;
  text-indent: 0pt;
  margin-bottom: 12pt;
  margin-top: 12pt;
  color: #000000;
}

li {
  list-style-image: url("img/bullet_triangle.gif");
  text-indent: 4pt;
}

h5 {
  font-size: 12pt;
  margin-top: 0pt;
  margin-bottom: 12pt;
}

a img {
  border: 0;
}

div.content table {
  border-width: 1px;
  border-style: solid none none solid;
  border-color: #000000;
}

div.content table td {
  border-width: 1px;
  border-style: none solid solid none;
  border-color: #000000;
  padding: 2px 4px 2px 4px;
}

td {
  font-size: 10pt;
  font-family: Verdana;
  text-indent: 0pt;
}

tr.odd td p, tr.even td p {
  margin: 0pt;
  padding: 0pt;
}
