p,div,th,td,span,ul,ol {
  font-family: Verdana,Arial,Helvetica;
  font-size: 9pt;
  font-weight: normal;
  color: #000000;
}

.small {
  font-family: Verdana,Arial,Helvetica;
  font-size: 7pt;
  font-weight: normal;
  color: #000000;
}

h1 { 
  font-family: Verdana,Arial,Helvetica;
  font-size: 12pt;
  font-weight: bold;
  color: #000000;
}

h2 { 
  font-family: Verdana,Arial,Helvetica;
  font-size: 10pt;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 5px;
}

a {
  color: #0000ff;
  text-decoration: underline;
}

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

table.content {
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  border-spacing: 0px;
  border-collapse: collapse;
  empty-cells:show;
  margin:  0px;
  padding: 0px;
}

table.content th { 
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  background: #cccccc;
  text-align: center;
  margin:  0px;
  padding: 3px;
}

table.content td {
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  margin:  0px;
  padding: 3px;
  text-align: center;
}
