.divider {
  background: #f4f5f7 url(images/divider.gif) top left repeat-y scroll;  
}
.header {
  font-weight:bold;
  font-size:12pt;
  text-transform:uppercase;
  color:#164200;
}
.large {
  font-weight:bold;
  font-size:11pt;
}
.large_red {
  font-weight:bold;
  font-size:11pt;
  color:red;
}
body, p, td, div {
  font-family:verdana;
  font-size:9pt;
}
.required {
  color:red;
  font-weight:bold;
}