body, td {
	background-color:	white;
	font-family:		Arial;
	font-size:			12px;
}

.small {
	font-size:			11px;
}

.copy, a.copy {
	font-size:			11px;
	color:				rgb(14,97,114);
}

.product-item, .selected-product-item, .all-products-item {
	font-size:			11px;
	padding:			3px;
}

.selected-product-item {
	background-color:	rgb(192,192,192);
}

.all-products-item {
	font-weight:		bold;
	padding-left:		0px;
}

.margin {
	background-color:	rgb(210,200,157);
}

.page {
	padding:			15px;
}

h1, .header {
	border-top:			solid 10 rgb(37,80,12);
	font-size:			18px;
	font-weight:		bold;
	padding:			10px
	color:				rgb(37,80,12);
}

h2, .section {
	font-size:			16px;
	font-weight:		bold;
}

h3, .sub-section {
	font-size:			13px;
	font-weight:		bold;
}

.product-name {
	font-size:			14px;
	font-weight:		bold;
}

.title {
	color:				rgb(137,22,10);
	font-size:			16px;
	font-weight:		bold;
}

.logo {
	background-color:	rgb(192,192,192);
}

.menu-button, .over-menu-button, .selected-menu-button, .over-selected-menu-button {
	width:				80px;
	text-align:			center;
	font-family:		Arial;
	font-size:			11px;
	font-weight:		bold;
	cursor:				hand;
}

.menu-button {
	background-color:	rgb(64,135,20);
	color:				white;
}

.over-menu-button {
	background-color:	rgb(73,155,23);
	color:				rgb(17,35,5);
}

.selected-menu-button {
	background-color:	rgb(37,80,12);
	color:				white;
}

.over-selected-menu-button {
	background-color:	rgb(37,80,12);
	color:				white;
}

.menu-seperator {
	width:				2px;
}

.menu-base {
	background-color:	rgb(37,80,12);
	font-size: 			0px;
	height:				10px;
}

.border {
	background-color:	rgb(37,80,12);
}

.nutrition-header {
	font-size:			11px;
	border-bottom: 		2px solid black;
}

.nutrition {
	font-size:			11px;
	border-bottom: 		1px solid black;
}

.recipe-name {
	font-size:			12px;
	font-weight:		bold;
}

.recipe-product-name {
	font-size:			12px;
	font-weight:		normal;
}

.question {
	font-weight:		bold;
}

.answer {
	padding-left:		20px;
	padding-bottom:		20px;
}

.form-header, td.form-header {
	background-color:	rgb(37,80,12);
	font-size:			16px;
	font-weight:		bold;
	color:				white;
	padding:			7px
}

.form-table {
	border:				solid 2 rgb(37,80,12);
}

.form-cell {
	padding:			3px;
}

.author-start {
	font-size:			12px;
}

.author {
	font-size:			11px;
}

.review {
	text-indent: 		10px;
	align:				justify;
}

.disabled {
	color:				gray;
}

.customer {
	border:				solid 1 black;
}

.button {
	font-family:		Arial;
	font-size:			12px;
	cursor:				hand;
}

.ingredients {
	font-size:			10px;
}

.product-image {
	border:				outset 3 rgb(210,200,157);
}