@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:65%;
	line-height: 1.45;
	color: #666;
}
a {
	color:#FAAF41;
	text-decoration: none;
	font-weight:bold;
}
.activeNav {
	color:#FFF;
}
.subNav {
	color:#FAAF41;
	font-weight:bold;
}

.subNavSec {
	color:#FAAF41;
	font-weight:normal;
}
.subNavActiveSec {
	color:#000;
	font-weight:normal;
}
.activeSubNav {
	color:#000;
}
.SubNavYellow {
	color:#FAAF41;
}

.red {
	color:#C9000B;
	font-weight:bold;
}
.recipe {
	color:#C9000B;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 1.25;
}
p {
	margin-top: 0px;
}
.navBold {
	font-weight: bold;
	color:#000;
}
.navBoldSec {
	font-weight: normal;
	color:#000;
}
.emphasis {
	font-weight:bold;
}
.italicize {
font-style:italic;}