body {
  background-color: #FFFFFF;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

h3 {
  color: #000000;
  font-size: 8pt;
  font-weight: bold;
}

td {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

td.header {
  color: #000000;
  font-weight: bold;
}

td.subheader {
  color: #000000;
  font-weight: bold;
}

td.small {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

ul {
  list-style-type: square;
}

pre {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #000000;
}
	
a:link {
  color: #669900;
  text-decoration: none;
}

a:visited {
  color: #669900;
  text-decoration: none;
}

a:hover {
  color: #66CC00;
  text-decoration: underline;
}

a:active {
  color: #669900;
  text-decoration: none;
}

.just {
  text-align: justify;
}

legend {
  color: #000000;
}
