p.drinksHeading {
	font-size: 14pt;
}

div.drinksFooter {
	border-top: 1px #800000 solid; 
	font-size: 9pt;
}

div.drinksSection {
	margin-top: 15pt; 
	margin-bottom: 6pt; 
	padding-left: 2pt; 
	height: 15pt; 
	background-color: #800000; 
	color: #FFEFD5;
	font-size: 12pt; 
	font-weight: bold;
}

div.drinksSection a {
	color: #FFEFD5;
	text-decoration: none;
}

span.drinksIcon {
	border: 0; 
	float: right; 
}

div.drinksBlurb {
	font-style: italic; 
	font-size: 9pt; 
	padding-right: 1em;
}

table.entry {
	position: relative; 
	left: 5em;
}

th.entryTitle {
	text-align: left; 
	width: 20em; 
	border-bottom: 1px #800000 solid;
}

th.entryColumn {
	width: 6em; 
	text-align: right; 
	border-bottom: 1px #800000 solid;
}
td.entryTitle {
	width: 31em; 
	vertical-align: top; 
	text-align: left; 
	border-top: 1px #800000 solid;
	padding-bottom: 1em;
}

td {
	text-align: right;
}

td.alignLeft {
	text-align: left;
}

td.entryColumn {
	width: 5em; 
	vertical-align: top; 
	text-align: right; 
	border-top: 1px #800000 solid;
	padding-bottom: 1em;
}

tr.oddRow 
{
	background-color: #FFE4B5;
}

tr.evenRow 
{
	background-color: #FFEFD5;
}

span.entryExtraColumn {
	float: right;
}

span.New {
/*	color: #FFE4B5; 
	background-color: #800000; */
	padding-left: 2px; 
	padding-right: 2px;
	font-weight: bold;
}