.tablecell {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
}
.tablecellsmall {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	font-size: smaller;
}

div.hr1 {
  display: block;
  height: 4px;
  background-image: url(/images/hr1.gif);
  background-repeat: repeat-x;
  background-position: center center;
  margin: 0 0 0 0;
}

div.hr2 {
  display: block;
  height: 8px;
  background-image: url(/images/hr2.gif);
  background-repeat: repeat-x;
  background-position: center center;
  margin: 2px 0 2px 0;
}
