.debtError {	background-color: #F67E84;
	border: 2px solid #EF1A24;
	font-weight: bold;
	padding: 10px;
	margin: 10px;}
.debtSuccess {
	background-color: #7EF684;
	border: 2px solid #1AEF24;
	font-weight: bold;
	padding: 10px;
	margin: 10px;
}
.debtSearchResults {}
.debtSearchResults table {	width: 100%;
	border-spacing: 0;
	padding: 0;
	table: border-collapse;}
.debtSearchResults table tr th, .debtSearchResults table tr td {	border: 1px solid #333333;
	border-spacing: 0;
	padding: 2px;}
.debtSearchResults table tr th {
	background-color: #cccccc;
	text-align: center;
	padding: 4px;
}

BODY
{
	width: 100%;
	margin: 25px 0px 25px 0px;

}
div.navigation {
	background-color: #000000;
	border-bottom: 1px solid #ffffff;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px;
}
div.navigation:hover {
	background-color: #3A5071;
}
div.navigation a:link, div.navigation a, div.navigation a:visited {
	color: #ffffff;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
}
div.navigation a:hover {
	text-decoration: underline;
}