body {
	color: Navy;
	font-family: "Book Antiqua";
	font-size: 14;
	text-align: center;
}
h1 {
	font-size: 20;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-size: 16;
	font-weight: bold;
	text-align: center;
}
h3 {
	font-size: 14;
	font-weight: bold;
	text-align: center;
}
table {
	width: 70%;
	height: 100%;
	font-size: 14;
	text-align: center;
	margin-left: 15%;
	margin-right: 15%;
}
td.title {
	color: White;
	font-size: 30;
	font-weight: bold;
	text-align: center;
	background-color: Navy;
	border: thick Navy;
}
hr {
	width: 100%;
	color: Navy;
	height: 100%;
}
td.body {
	text-align: left;
}
td.AppApproved {
	text-align: left;
	padding-left: 15%;
}
td.AppAmount {
	text-align: right;
	padding-right: 20%;
	width: 15%;
}
img {
	border: 0;
}


