/* Stylesheet for forms */

body {
  background-color: black;
  color: white;
  background-repeat: repeat-y;
  background-position: center top;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#formTitle {
  position: absolute; top: 80px; left: 0px;
  width: 980px;
  height: 70px;
  text-align: center;
  border-left: 2px solid #CC9966;
  border-right: 2px solid #CC9966;
  padding-top: 20px;
  z-index: 0;
}
.titleText {
  font-size: 24px;
  font-weight: bold;
}
div#formContent {
  position: absolute; top: 150px; left: 0px;
  width: 980px;
  border-left: 2px solid #CC9966;
  border-right: 2px solid #CC9966;
}
div#formTail {
  width: 980px;
  border-left: 2px solid #CC9966;
  border-right: 2px solid #CC9966;
}
.header {
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
}
.choice1 {
  font-size: 13px;
  width: 300px;
  padding-left: 10px;
  text-align: left;
}
.choice2 {
  font-size: 13px;
  width: 300px;
  padding-left: 4px;
  text-align: left;
}
.textIn {
  font-size: 13px;
}
.textArea {
  height: 54px
}
.headNote {
  font-size: 10pt;
  font-style: italic;
  font-weight: normal;
}
.reqdField {color: #FF0000}

.mainText {
  padding: 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-align: center;
}
.redText {
	color: red;
	font-weight: bold;
}

