body {
	background-color: #bad6a9;
}
.style20 {font-size: 12px}
.style21 {font-size: 14px}
.style23 {font-size: 16px; font-weight: bold; }
.style24 {font-family: "Times New Roman", Times, serif}
.style26 {font-family: "Times New Roman", Times, serif; font-size: 14px; }
.style27 {
	font-size: 24px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.style29 {font-size: 16px}
.style30 {font-family: "Times New Roman", Times, serif; font-size: 16px; }

.RecipeCard {
	font: menu;
	text-align: left;
	border: 1px solid #491110;
}

.RecipeCard #title {
	border-bottom: 1px solid #491110;
	background: #bad6a9;
	color: #491110;
}

.RecipeCard a.print {
	font-size: 12px; 
	text-decoration: underline;
	color: blue;
	cursor: pointer;
}

.RecipeCard th {
	font-size: 16px;
	text-decoration: none;
}

.RecipeCard td {
	width: 50%;
}

.RecipeCard .title2 {
	font-size: 12px; 
	font-weight: bold; 
	border-bottom: 1px dashed #491110;
}

.RecipeCard textarea {
	width: 100%;
	font: menu;
	font-size: 13px;
	overflow: hidden;
	border: White;
}




.Prdct {
	font-family: "Times New Roman", Times, serif;
	border: 3px solid #77A669;
	background-color: #77A669;
}

.Prdct .Spacer {
	background-color: #77A669;
}

.Prdct .items {
	background-color: #bad6a9;
}

.PrdctName {
	font-size: 24px;
	font-weight: bold;
	background-color: #77A669;
}

.PrdctDesc {
	font-size: 16px;
	background-color: #bad6a9;
	padding: 1px 10px 1px 10px;
}

.TableItem {
	font-size: 18px;
	border-top: 1px solid #77A669; 
	border-left: 1px solid #77A669;
}

.TableItem th {
	font-size: 15px;
	font-weight: bolder;
	background-color: #bad6a9;
	border-bottom: 1px solid #77A669; 
	border-right: 1px solid #77A669;
}

.TableItem td {
	font-size: 15px; 
	font-weight: normal;
	background-color: #bad6a9;
	border-bottom: 1px solid #77A669; 
	border-right: 1px solid #77A669;
}