body {
	background-color: #e9dfbd;
	margin-top:0;
}

.whitefont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.whitefont h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.yellowfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F6DA7B;
	text-decoration: none;
}
.blackfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.blackfont:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.blackfont:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #336699;
	text-decoration: underline;
}
.nav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 36px;
	font-weight:bold;
	color: #393939;
	text-decoration: none;
	background-image: url(../images/nav_mdleimage.gif);
	background-repeat: repeat-x;
	letter-spacing: -1px;
	display: block;
}
a.nav:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 36px;
	font-weight:bold;
	color: #393939;
	text-decoration: none;
	background-image: url(../images/nav_mdleimage.gif);
	background-repeat: repeat-x;
	letter-spacing: -1px;
	display: block;
}
a.nav:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 36px;
	font-weight:bold;
	color: #336699;
	text-decoration: none;
	background-image: url(../images/nav_mdleimage_over.gif);
	background-repeat: repeat-x;
	letter-spacing: -1px;
	display: block;
}
.blueborder {
	border: 1px solid #336699;
}

.enzymes {
	height:auto;
	background-image:url(../images/enzymes.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#5699bf;
}

.content {
	width: 480px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F6DA7B;
	line-height:1.25em;
	padding: 48px 0 0 28px;
}

.recipes {
	background-image:url(../images/recipes.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#5699bf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F6DA7B;
}


#refTable th a {
	color:#FFF;	
}

.lightlink a, .lightlink a:visited {
color:#ECF1EF;
text-decoration: none;
}
.lightlink a:hover {
color:#ECF1EF;
text-decoration:underline;
}
