@charset "utf-8";
/* CSS Document */

body
{
font-size: 10pt;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.headline
{
font-size: 18px; font-weight:bold; line-height: 150%;
}

.drinkdescription
{
font-size: 12px;
}

.hoursday
{
	font-size: 10px;
}

.hours
{
	font-size: 10px;
}

.hours-title
{
font-size: 14px;
}

a
{
text-decoration: none;
}

a:visited
{
text-decoration: none;
}

a:hover
{
text-decoration: none;
}


.menulist
{
line-height: 15px;
padding-left: 0;
list-style: none;
}


.footer
{
font-size: 10px;
}

table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: dotted dotted dotted dotted;
	border-color: #242424;
	border-collapse: separate;
	background-color: black;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: dotted dotted dotted dotted;
	border-color: #242424;
	background-color: black;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: dotted dotted dotted dotted;
	border-color: #242424;
	background-color: black;
	-moz-border-radius: 0px 0px 0px 0px;
}

ul.mainForm
{
	list-style-type: none;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:15px;	
}

li.mainForm
{
	padding-bottom: 10px;
}

#mainForm 
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
	background-color: #ffffff;
}


.educationheadline
{
	font-size: 18px;
	
}
