@charset "utf-8";
/* CSS Document */


#tableHolder
{
	text-align: center;
}

table
{
	text-align: center;
	display: inline-table;
	
	font-family:'PTSansRegular', Arial, sans-serif;
	font-size: 22px;
	
	
}

td
{
	width: 230px;
	height: 100px;
	
	padding-bottom: 60px;
	
	/*border: 1px #999999 dotted;
	
	padding: 0 0 0 0;
	border-collapse:collapse;*/
}

.contactLabel
{
	font-family:'PTSansNarrowBold', Arial, sans-serif;
	font-size: 22px;
}