﻿td.topleft {
	width:120px;
	background-color:teal;
	height:72px;
	text-align:center;
}
td.topcenter{
	height:72px;
	background-color:teal;
	text-align:center;
	font-family:Georgia;
	font-size:large;
	font-weight:bold;
	color:white;
}
td.topright{
	width:120px;
	background-color:teal;
	height:72px;
	text-align:center;
}
td.midleft{
	width:120px;
	background-color:teal;
	text-align:center;
	vertical-align:top;
	font-family:"Arial Narrow";
	font-size:x-small;
	color:white;
}
td.midcenter{
	font-family:Georgia;
	margin-left:18px;
	margin-right:18px;
}
td.midright{
	width:120px;
	background-color:teal;
	text-align:center;
	vertical-align:top;
	font-family:"Arial Narrow";
	font-size:x-small;
	color:white;
}
td.bottomleft{
	width:120px;
	background-color:teal;
	height:72px;
	text-align:center;
}
td.bottomcenter{
	height:72px;
	background-color:teal;
}
td.bottomright{
	width:120px;
	background-color:teal;
	height:72px;
	text-align:center;
}
