.hometable {
  width: 100%;
  font-size: small;
  margin-top: 6px; 
}

.hometable TD {
  /* width: 33%; */
  padding: 1px 1px 1px 0px;
  background-color: white;
  vertical-align: top;
  text-align: left;
}

.note {
	margin: 0 auto;
	background: url(images/br.gif) no-repeat bottom right;
}
.notehead {
	background: url(images/tr.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.notehead h2 {
	background: url(images/tl.gif) no-repeat top left;
	margin: 0;
	padding: 7px 10px 7px 10px;
	color: white; 
	font-weight: bold; 
}
.notehead h2 a {
	font-weight: bold;
	color: white;
}
.notebody {
	background: url(images/bl.gif) no-repeat bottom left;
	margin: 0;
	font-size: small;
	padding: 10px 14px 10px 10px;
}
