/* styles for download materials form */

.titleA {
        font-family: sans-serif;
        font-size: 15px;
        color: #cc0000;
        font-weight: bold;}

.titleB {
        font-family: serif;
        font-size: 16px;
        color: #cc0000;
        font-weight: bold;
        letter-spacing: 0px;}

a.materials {
        font-family: sans-serif;
/*      font-size: 11px;*/
        color: #cc0000;
        font-weight: bold;
        text-decoration: none;}

.subtitle {
        font-family: sans-serif;
        font-size: 11px;
        color: #cc0000;
        font-weight: normal;
        text-decoration: none;
	line-height: 120%;
}
.demoForm {
  width: 515px;
  font-size: .9em;
  border-collapse: collapse;
}
.demoForm td {
  text-align: center;
  border: 1px solid #000000;
  padding: 2px;
}
.locationName {
  text-align: left;
  font-weight: bold;
}
.colTitle {
  font-weight: bold;
}

.error {
  color: #ff0000;
  font-weight: bold;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 105px;
}

