@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333;
}
body {
	background-image: url(/images/bg.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	SCROLLBAR-FACE-COLOR: #d78e39;
	SCROLLBAR-HIGHLIGHT-COLOR: #f5a952;
	SCROLLBAR-SHADOW-COLOR: #ba782b;
	SCROLLBAR-3DLIGHT-COLOR: #f5a952;
	SCROLLBAR-DARKSHADOW-COLOR: #ba782b;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #ffffff;
}
a:link {
	color: #ED633C;
}
a:visited {
	color: #ED633C;
}
a:hover {
	color: #F2E4CC;
}
a:active {
	color: #FFF;
}
.navType {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #F2E4CC;
}
.whiteCopy {
	font-weight: bold;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
.SideBarNav {
	font-size: 16px;
	font-weight: bold;
	color: #8B3F03;
}
.HomeBodyLg {
	font-size: 14px;
	line-height: 22px;
}
.recipeScroll {
	SCROLLBAR-FACE-COLOR: #d78e39;
	SCROLLBAR-HIGHLIGHT-COLOR: #f5a952;
	SCROLLBAR-SHADOW-COLOR: #ba782b;
	SCROLLBAR-3DLIGHT-COLOR: #f5a952;
	SCROLLBAR-DARKSHADOW-COLOR: #ba782b;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #ffffff;
}.boldBody {
	font-weight: bold;
	line-height: 26px;
}
.ItalicBody {
	font-style: italic;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F2E4CC;
	background-color: #B55C20;
}
.boldtop {
	font-weight: bold;
}
.form {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000;
	background-color: #F2E4CC;
}
.boldtopRed {
	font-weight: bold;
	color: #8B3F03;
}