body { font-family: Georgia, "Times New Roman", Times, serif;}

h3 { padding-top: 30px }
h4 { padding-bottom: 0; margin-bottom: 2px }

ul { margin-top: 0}
ul.nostyle {list-style-type: none; padding: 0; margin: 0}

p.tall_lines {line-height: 200%}

input.error, textarea.error, label.error, td.error {
  margin-bottom: 7px;
	border: 2px solid red;
	color: red;
}

.instructions { font-size: large; font-weight: bold; text-decoration: underline }
.instructions_text { text-decoration: none; font-style: italic; margin-top: 0 }

.text_center { text-align: center }
.text_underline { text-decoration: underline}
.horizontal_list { list-style-type: none; display: inline;}
.horizontal_list li { float: left; padding-right: 20px}
.horizontal_list_no_pad li { padding-right: 4px }

.table_boder {
  border-color: #aaa;
  border-width: 0 0 1px 1px;
  border-style: solid;
}

.table_boder tr td {
  border-color: #aaa;
  border-width: 1px 1px 0 0;
  border-style: solid;
  margin: 0;
  padding: 4px;
  background-color: white;
}

.table_boder tr th {
  border-color: #aaa;
  border-width: 1px 1px 0 0;
  border-style: solid;
  margin: 0;
  padding: 2px;
  background-color: #FFC;
}

.inputArea {
  font-family: Arial, Sans-Serif;
  font-size: 13px;
  font-weight: bold;
  color: navy;
  border: solid 1px #85b1de;
  background-color: #EDF2F7;
  margin-bottom: 3px;
}

.required { background: lightyellow; border-width: 2px}
.grayed { background: lightgrey; font-style: italic}

.left10 {margin-left: 10px}
.left20 {margin-left: 20px}
.left30 {margin-left: 30px}

.right10 {margin-right: 10px}
.right20 {margin-right: 20px}
.right30 {margin-right: 30px}

