.warning {
  color: #ff0000;
}

.smallButton {  
  font-size: 80%;
  width: 36pt;
}

tr.tableHeader {
  background-color: #006699;
  color: #ffffff;
  font-weight: bold;
}

.smallerText {
  font-size: 92%;
  letter-spacing: 0px;  
}

.title2 {
  font-weight:bold;
  color:navy;
}

.required {
  color: Red;
}

.warning {
  color: Red;
}