/* Basis Style Sheet */

a {
  text-decoration: none;
  font-size: 10pt;
  font-family: verdana,sans-serif;
}

a:hover {
  color: red;
}

body, td {
  color: black;
  text-decoration: none;
  font-size: 10pt;
  font-family: verdana,sans-serif;
}

#maintbl {
  height: 100%;
}

#maintbl tfoot tr td {
  height: 30px;
}

div.footer {
	margin-top:	10px;
	text-align:	center;
}