/* The specific style rules used to suggest rendering */
/* for the CSS table design example, starts here */


#tableCatering {
	margin-left: 20px;
	color: #fff;
	font-family: 'trebuchet MS', sans-serif;
	font-size: 12px;
	letter-spacing: 0.4pt;
	word-spacing: 0.2pt;
	line-height: 1.3;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	}
	
.tableHead {
	color: #E2A45D;
	font-family: 'trebuchet MS', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3pt;
	word-spacing: -1.6pt;
	line-height: 1.7;
}

.tableServ{
	color: #C74451;
	text-transform: uppercase;
	letter-spacing: 1pt;
	}

.tableChoice {
	color: #E2A45D;
	}
