body {
  background: url('images/bg.gif') repeat-x #E7E7E7;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  line-height: 1.4;
}

table {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  line-height: 1.4;
}

#layoutA {
  margin: auto;
  width: 739px;
}

#nav {
  background: url('images/nav_ex.gif');
  margin: 0px auto 0px auto;
  width: 739px;
}

#contentbox {
  background: #FFFFFF;
  margin: 0px auto 0px auto;
  width: 739px;
}

#content {
  margin: 0px auto 0px auto;
  padding: 10px 20px 10px 20px;
  color: #000000;
  text-align: left;
}

#copyright {
  padding-bottom: 10px;
  font-size: 10px;
  color: #AFAFAF;
}

h2 {
  font-size: 16px;
  color: #375a84;
}

.caption {
  font-size: 12px;
  color: #c3c3c3;
}
			
.footer {
  font-size: 10px;
  color: #AFAFAF;
}

.formsubheader {
  font-size: medium;
  color: #FF9900;
  text-align: left; 
  font-style:italic;
  font-weight: bold;
}

.formsubheader2 {
  font-size: smaller;
  color: #FF9900;
  text-align: left; 
  font-style:italic;
  font-weight: bold;
}

.formlabel {
  font-size: smaller;
  color: #000000;
  text-align: right;
  font-weight: bold;
}

.linkheader {
  font-size: 12px;
  color: #B6B6B6;
}

a:link, a:active, a:visited, a:hover {
  color: #7C0A0A;
  text-decoration: none;
}

.largetext {
  font-size: 16px;
}

.largetext a:link, .largetext a:active, .largetext a:visited {
  color: #7C0A0A;
  text-decoration: none;
}

.largetext a:hover {
  text-decoration: underline;
}

.boldred {
  font-weight: bold;
  color: #FF0000;
}