body {
	background-color: #202020;
	margin: 10px;
	padding: 0px;
}
body, td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #202020;
}
input, textarea, select {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #202020;
}
a:link, a:visited {
	color: #9f0000;
	text-decoration: underline;
}
a.menu:link, a.menu:visited {
	color: #e4e4e4;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 15px;
}
a.menu:hover {
	text-decoration: underline;
}
a.menu_s:link, a.menu_s:visited {
	color: #e4e4e4;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	margin-left: 15px;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
h1 {
	color: #cc0000;
	font-size: 24px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 12px;
}
h2 {
	color: #cc0000;
	font-size: 18px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 6px;
	padding-bottom: 4px;
}

h2 a {
	text-decoration: none;
}

h2 img {
	border: none;
}
h3 {
	color: #202020;
	font-size: 16px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 6px;
	padding-bottom: 4px;
}
.footer {
	color: #e4e4e4;
}
.menucart, .menucart_big {
	font-weight: bold;
	padding-top: 6px;
	border-bottom: dotted gray thin;
}
.menucart_big {
	font-size: 14pt;
}
.menucart_sub {
	font-size: 12px;
	color: #666;
}

.menu_section {
	cursor: pointer;¨
}