	hr {color: #f4c708; width: 700px }
	
	span.txtSection{
		font-size:		large;
		font-style:		italic;
		font-weight:	bold;
		color:			#c42f32;
	}
	span.txtDrinkClass{
		font-size:		large;
		font-style:		italic;
		font-weight:	normal;
		color:			#c42f32;
	}
	span.txtDrinkType {
		font-size:		medium;
		font-style:		normal;
		color:			#08a44e;
	}

	table.entree {
		background-color: transparent;
		width: 700px;
	}
	td.eItem {
		text-align: left; 
		font-weight: bold; 
		vertical-align : top; 
		width: 160px;
	}
	td.eDesc {
		text-align: left; 
		font-style: italic;
		vertical-align : bottom; 
		width: 460px;
	}
	td.ePrice {
		text-align: right; 
		vertical-align : bottom; 
		width: 80px;
	}
	table.platter {
		background-color: transparent;
		width: 700px;
	}
	
	table.drinks {
		background-color: transparent;
		width: 700px;
	}
	
	table.drinkType {
		background-color: transparent;
		width: 75%;
	}
	td.dItem {
		text-align: left; 
		vertical-align : top; 
		width: 75%;
	}
	td.dPrice {
		text-align: right; 
		vertical-align : bottom; 
		width: 25%;
	}
