body {
	background: #532;
	padding:10px;
}

table {
	background: white;
	border: none;
	width: 100%;
	height: 100%;
}

td.logoSpa, td.logoFringe {
	height: 60%;
	vertical-align: bottom;
}

td.logoSpa {
	text-align: right;
	/* padding-right: 5%; */
}

td.logoFringe {
	text-align: left;
	/* padding-left: 5%; */
}

tr.logo img {
	width: 161px;
	height: 221px;
	margin: 15px 15% 0 15%;
}

tr.logo td {
	height: 50%;
	vertical-align: middle;
}

td.words {
	text-align: center;
	vertical-align: top;
	height: 50px;
	padding: 0 25px 0 25px;
}

.contactInfo{
	padding-top:15px;
	text-align: center;
	vertical-align: top;
	color: #532;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 80%;
}

.contactInfo .numberType {
	font-size: small;
}

img {
	border:none;
}

a:link, a:visited, a:hover {
	text-decoration: none;
}

.contactInfo a:link, .contactInfo a:visited, .contactInfo a:hover {
	text-decoration: none;
	color: #532;
}
.contactInfo a:hover {
	color: #fa3;
}

