/* Global Style Sheet */

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 14px; 
}

A {
  color: #000000;
  text-decoration: none;
}

P {
	text-align: justify;
}

TD.main, P.main {
	text-align: left;
  line-height: 1.5;
}

TD.smallText {
  font-size: 12px;
	text-decoration: none;
}

TD.smallerText {
	font-size: 10px;
	text-decoration: none;
}

TD.pageHeading {
  font-size: 20px;
  font-weight: bold;
  color: #000099;
}

TD.cellHeading {
		font-weight: bold;
		color: #000000;
}
	
.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
}

.inputRequirement { color: #006633; }

