.orangetable {
  border-collapse: collapse;
}
.orangetable td {
  border: 1px solid #F60;
}
.blacktable {
  border-collapse: collapse;
}
.blacktable td {
  border: 1px solid #000;
}
.orangerow td {
  color: #FFF;
  background-color: #F60;
}
.centredcelltable {
}
.centredcelltable td {
  text-align: center;
  vertical-align: top;
}
hr {
  border: none;
  background-color: #F60;
  height: 1px;;
}
.tile25 {
  padding: 0;
  margin: 10px 0;
  position: relative;
  width: 230px;
  float: left;
  text-align: center;
}
.tile25 h2 {
  height: 2em;
  font-size: 11pt;
  
}


.cleaner {
  clear: both;
}
