@charset "UTF-8";
/* CSS Document */
body {
	background-color: #fff;
	color: #000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
}
h1, h2, h3, h4 {
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
}
strong {
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}
em {
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

a, a:link, a:active, a:hover, a:visited {
	text-decoration: underline;
	color: #333333;
}
img {
	display: none;
}
div#links {
	display: none;
}
div#maincontent {
	text-align: left;
	padding: 3px;
}
div#bottominfo {
	text-align: center;
}

div#credit {
	font-size: .9em;
	font-weight: lighter;
	font-style: italic;
	text-align: center;
}
div#credit p {
}
div.menublock {
	width: 45%;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}
div.menublock h4 {
	text-align: center;
	margin: 8px;
}
div#noprint {
	display: none;
}
/*misc styles*/
table.menu {
	width: 100%;
	margin: 0px;
	margin-left: 0px;
	margin-right: auto;
	padding: 0px;
}
tr.even {
	background-color: #fff;
}
tr.odd {
	background-color: #bbb;
}
td.odd {
	background-color: #bbb;
	width: 45%;
	text-align: left;
	padding: 1px 6px;
}
td.even {
	background-color: #fff;
	width: 45%;
	text-align: left;
	padding: 1px 6px;
}
.spicy {
	color: red;
}
td.name, th.name {
	width: 75%;
	text-align: right;
	padding: 1px 6px;
}
td.name3col, th.name3col {
	width: 55%;
	text-align: left;
	padding: 1px 6px;
}
td.price, th.price {
	width: 20%;
	text-align: left;
	padding: 1px 6px;
}
.description {
	text-align: center;
	font-style: italic;
	font-size: 11px;
	padding: 1px 20px 4px 20px;
	line-height: normal;
}
.center {
	text-align: center;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.clear {
	clear: left;
}
ul.nobullet {
	list-style-type: none;
	list-style-position: inside;
	margin-right: auto;
	margin-left: auto;
}
