body {
  font-family: Verdana;
  color: black;
  background-color: #ffffff;
  text-align: center;
  height: 100%
	}
table {
  font-family: Verdana;
  font-size: 8pt;
  text-align: left;
  margin: auto;
  layout: fixed;
  border-collapse: collapse;
  border-spacing: 0px;
	}
td {
  vertical-align: top;
  border-bottom-style: dotted;
  border-color: grey;
  border-width: 1px;
  padding: 0px;
  overflow: hidden;
	}
td.noline {
  vertical-align: top;
  text-align: left;
  border-bottom: 0px;
  overflow: hidden;
	}
ul {
  list-style-image: url("images/ball.png");
  list-style-position: outside;
  padding: 0px 2em;
  margin: 0;
  color: grey;
  font-size: 8pt;
	}

p  {
  font-family: Verdana;
  font-size: 8pt;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 5px;
  padding: 0;
	}
a  {
  color: grey;
  text-decoration: none;
  padding: 0 2px 1px 15px;
  background: #fff url(images/link.png) left center no-repeat;
  font-size: 8pt;
  	}
a.home  {
  color: grey;
  text-decoration: none;
  padding: 0 2px 1px 15px;
  background: #fff url(images/home.png) left center no-repeat;
  	}
