/* CSS Document */

.WAATK h1 {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	margin: 0px 0px 2px 0px;
	color: #7D0000;
}

.WAATKDataTable {
  padding-top: 5px;
  padding-bottom: 5px;
}

.WAATKDataTable th {
	font-size: 11px;
	text-align: right;
	padding-right: 3px;
	font-weight: normal;
}

.WAATKDataTable td {
  font-size: 11px;
  padding: 2px;
}

.WAATKButtonRow {
  margin-top: 2px;
  padding-top: 5px;
  border-top: 1px solid #BABDC2;
}

.WAATKTextField {
  /* will affect all input[type=text|password] fields */
}
.WAATKheader {
	font-size: 22px;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
	color: #7D0000;
	border-bottom: 1px solid #000000;
}

