.cookerGap {
	font-size: 3px;
	background-color: #9933CC;
}
.cookerBanner {
	font-family: "Franklin Gothic Demi Cond", Arial, Helvetica, sans-serif;
	font-size: 36pt;
}
.cookerTitle {
	font-family: "Franklin Gothic Demi Cond", Arial, Helvetica, sans-serif;
	font-size: 24pt;
}
.cookerHeading {
	font-family: "Franklin Gothic Demi Cond", Arial, Helvetica, sans-serif;
	font-size: 14pt;
}
.cookerFooter {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 9pt;
}
.cookerText {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #660099;
	background-color: #FFFFCC;
	padding: 5px;
}
.cookerTextSmall {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #660099;
	background-color: #FFFFCC;
	padding: 5px;
}
.cookerTextReverse {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #FFFFCC;
	background-color: #9933CC;
	padding: 5px;
}
.cookerBlock {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #660099;
	background-color: #FFFFCC;
	padding: 5px;
	border: medium double #660099;
}
.cookerBlockReverse {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #FFFFCC;
	background-color: #9933CC;
	padding: 5px;
	border: medium double #660099;
	overflow: auto;
}
.cookerInfoCard {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #FFFFCC;
	background-color: #9933CC;
	padding: 5px;
}

