BODY {
  background-image: url(images/layout/background.jpg);
  background-repeat: repeat-x;
  background-color: #C5CFD0;
}

.tdBackgroung {
  background-image: url(images/layout/table_background.gif);
}

DIV {
  font-family: Verdana, sans-serif, Arial;
  font-size: 12px;
  color: #00274F;
}

H1 {
  font-family: Verdana, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #00274F;
  margin-top: 5px;
  margin-bottom: 5px;
}

H2 {
  color: #003886;
  margin-top: 5px;
  margin-bottom: 5px;
}

.lightblueHeading {
  color: #003886;
  font-weight: 900;
  font-size: 12px;
}

.footerColour {
  background-color: #003783;
}

.footerMenu {
  color: white;
  font-weight: bold;
  font-size: 10px;
}

.hostingOptions {
  font-size: 10px;
}

UL {
  margin-top: 5px;
  margin-bottom: 5px;
}

H3 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.tdBorder {
	border-top: 1px solid #D2D3C5;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

