.categoryHeader{
	color:#921501;
	font-size:16px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	text-align: center;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
}

.dailyspecials {
	font-size: 14px;
	color: #921501;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
.bold {
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.center {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
}
.itemNameCentered {
	color:#333;
	font-weight:bold;
	text-align: center;
	text-transform: none;
}
.itemNameLeft {
	color:#333;
	font-weight:bold;
	text-align: left;
	text-transform: none;
}
.itemDescription {
	color:#333;
	font-weight:normal;
	text-align: left;
	text-transform: none;
	font-style: italic;
}
.itemDescriptionCentered {
	color:#333;
	font-weight:normal;
	text-align: center;
	text-transform: none;
	font-style: italic;
}
.itemPrice {
	color:#333;
	font-weight:normal;
	text-align: center;
	text-transform: none;
	font-style: normal;
}

