/* text in the recipe box */
.recipeBox {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;

}

/* color for the left side of the rollover whenever you rollover a recipe in the list */
.leftRecipeTD {

	background-color: #dc7e10;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;

}

/* color for the right side of the rollover whenever you rollover a recipe in the list */
.rightRecipeTD {

	background-color: #dcb810;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	cursor: pointer;

}

/* default for the recipe list */
.recipeBG {

	background-color: transparent;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;

}

/* color for the left side of the rollover whenever you rollover a coupon in the list */
.leftCouponTD {

	background-color: #d2ba1a;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;

}

/* color for the right side of the rollover whenever you rollover a coupon in the list */
.rightCouponTD {

	background-color: #f9ead7;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	cursor: pointer;

}

.topTable {

border-bottom: 1px solid #000000

}

.footerText {

	color:#886655;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;

}

.footerLink {

	color:#886655;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;

}

.footerLink:hover {

	color:#000000;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;

}

.mainTable {

	border: solid #000000 1px;

}

/* coupon text */
.couponSpan {

	align: left;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
}

.quicklink_head {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;

}

.breadcrum_current {

	color: #808000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-style: italic;

}

.breadcrum_active {

	color: #808000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;

}

.breadcrum_active:hover {

	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;

}


.breadcrum_inactive {

	color: #808000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;

}

.bodyText {

	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

.bodyTextSmall {

	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;

}

.bodyTextSmallHeader {

	color: #88640d;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;

}

.bodyTextHeader {

	color: #88640d;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}

.bodyTextSubHeader {

	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.bodyLink {

	color: #808000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;

}

.bodyLink:hover {

	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

.bodyLinkSmall {

	color: #808000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;

}

.bodyLinkSmall:hover {

	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;

}

.red_required {

	color: #ff0000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;

}

.onForm {

	background-color: #FFFFFF;
	border: solid #debc1d 1px;
	
}

.offForm {

	background-color: #fbf6dd;
	border: solid #000000 1px;
	
}

.recipeBoxDiv {

	width: 200px;
	margin-left: 40px;

}
.recipeHeader {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
}

.leftLinks {

	color: #000000;
	background-color: #e4db9f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	cursor: pointer;

}

.leftLinksOn {

	color: #FFFFFF;
	background-color: #e4db9f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	cursor: pointer;

}

input#iamabot
{
	display: none;
}