BODY {
	font-Family: Arial, Sans-Serif;
	background-color: #F8FFE1;
}
.Title1 {
	font-size: 28pt;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.ContactTable {
	border-collapse: collapse;
	background-color: #FFFFFF;
	margin-left: 5%;
}
.ContactRow {
}
.ContactCellA {
	border: 1px solid #999999;
	padding: 6px;
	white-space: nowrap;
}
.ContactCellB {
	border: 1px solid #999999;
	padding: 6px;
	white-space: nowrap;
}
.ContactCellA, .ContactCellB {
	font-size: x-small;
}
.Footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	padding-top: 5px;
	color: #666666;
}
