/* CSS Document */



.WAATK h1 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #BABDC2;
	margin: 0px 0px 2px 0px;
	color: #FFF;
	text-decoration: none;
	text-align: center;

}



.WAATKDataTable {
	padding-top: 10px;
	padding-bottom: 10px;

}



.WAATKDataTable th {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	padding-left: 28px;

}



.WAATKDataTable td {
	font-size: 11px;
	padding: 5px;
	color: #FFF;

}



.WAATKButtonRow {
	margin-top: 3px;
	padding-top: 9px;
	border-top: 1px solid #BABDC2;
	padding-bottom: 9px;
	text-align: center;

}



.WAATKTextField {

  /* will affect all input[type=text|password] fields */

}

.navagation {
	color: #FFF;
}

