body {
	margin: 0 20px; 
	background: #fff;
	color: #434C3E; 
	text-decoration: none;  
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px;
	}
	
div, p, th, td, li, dd, dl, dt {
	color: #434C3E; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	}
	
img {
	border: 0;
	margin: 0;
	display: block;
	}
p {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	text-align: left;
	line-height: 1.4em;
	}
address {
 font-style: normal;
 font-weight: bold;
 margin-top: 1.5em;
 margin-bottom: 1.5em;
 text-align: left;
 line-height: 1.4em;
}
/* LINKS */
a:link, a:visited {
	text-decoration: none;
	color: #663;
	}
	
a:hover, a:active {
	text-decoration: underline;
	color: #330;
	}
/* TABLES */
table.form td {
	padding: 5px 3px; 
	vertical-align: top;
	}
table.form td.rt {
	text-align: right;
	padding-right: 3px; 
	font-weight: bold;
	font-size: 11px;
	}
table.form h3 {
 color: #fff;
 font-weight: bold;
 text-align: left;
 padding: 3px;
 background: #6E7A68;
	}
table.data { 
 width: 100%;
 margin-bottom: 30px;
 }
table.data th { 
 border-bottom: 1px solid #996;
 font-size: 11px;
 padding: 3px;
 vertical-align: bottom;
 }
table.data td { 
 border-bottom: 1px solid #cc9;
 padding: 3px;
 }
table.data tr.odd td { 
 background: #F0F0E3;
 }
table.data td.first { 
 font-weight: bold;
 }
table.data caption { 
 color: #fff;
 font-weight: bold;
 text-align: left;
 padding: 3px;
 background: #6E7A68;
 }
	
/* MENUS */
table.menus td {border: dotted #ccc; border-width: 0 0 1px 0;
	padding: 2px;}
table.menus tr.category td {color: #996;
	font-weight: bold;
	font-size: 12px;
	border: dotted #666; border-width: 0 0 1px 0;
	padding-top: 20px;}
p.menu_detail {margin: 0 0 .5em 0;
}
p.serves {color: #999;
	font-weight: bold;
	margin: 0;
}
p.price {color: #996;
	font-weight: bold;
	margin: 0;
}
ul.checkboxes li {
 background: transparent;
 margin-left: 0;
 }
 
.box {
	border: dotted #ccc; border-width: 0 1px 1px 1px;
	padding-bottom: 10px;
}
/* HEADERS */
h1, h2, h3, h4, h5, h6	{
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	}
h1	{
	font-size:	2em;
	color: #434C3E;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
	}
h2	{
	font-size:	1.3em;
	color: #6E7A68;
	padding-top: 1.5em;
	padding-bottom: .2em;
	margin: 0;
	}
h3	{
	font-size:	1.1em;
	color: #6E7A68;
	margin-top: 1em;
	margin-bottom: .2em;
	}
h4, h5, h6	{
	font-size:	1.1em;
	color: #999;
	margin-top: .2em;
	margin-bottom: .2em;
	}
