/* CSS Document */

.WAATK h1 {
  color: #df5026;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
	margin: 0px 0px 2px 0px;
	width:40%;
}
.WAATK h2 {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
	margin: 0px 0px 2px 0px;
	padding-top:5px;
	width:100%;
}
.WAATK a {
  	color: #df5026;
	text-decoration: none;
}

.WAATK a:hover {
	text-decoration: underline;
}


.WAATKDataTable {
	width:70%;
	margin: 0 0 0 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.WAATKDataTable th {
	width:50%;
	font-size: 11px;
  font-weight: bold;
  text-align: right;
  padding: 5px;
  padding-left: 28px;
}

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

.WAATKButtonRow {
  margin-top: 2px;
  margin-left: 400px;
  padding-top: 5px;
}

.WAATKTextField {
  /* will affect all input[type=text|password] fields */
}

