body {
	background-image:url('./images/frontend/bg1.jpg');
	text-align: center;
}
/* Image borders black */
img {
	border-color:#000;
}
/* User 13pt font throughout */
p {
	font-size: 13pt;
}
/* Except the footer */
p.foot {
font-size: 8pt;
}
table.tcontact {
}
table.tcontact th {
	border-width: 1px;
	border-color: black;
	border-style: solid;
}
table.tcontact td {
	background-image:url('./images/frontend/bg2.jpg');
	border-width: 1px;
	border-color: black;
	border-style: solid;
	padding: 5px;
}
table.tcontact tr {
	background-image:url('./images/frontend/bg2.jpg');
}
