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

html, body {
background-color: #fff;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
font-size: 12px;
}
.noPrint {
display: none;
}
.recipeTitle {
font-size: 12px;
font-weight: bold;
}
table.recipes {
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	font-size:0.9em;
	margin:0 0 5px 0;
	width:100%;
}

table.recipes td {
	color: #000;
	padding: 2px;
}
div#standardsinfo {
	width:741px;
	float: left;
	margin: 3px 0 5px 0;
	display: inline;
	background-color:#fff;
	color:#000;
}
div#standardscontainer ul {
	margin: 5px 0 5px 10px;
}
div#standardscontainer li {
	margin: 8px 0 8px 8px;
	list-style:outside;
	list-style-type:circle;
}
div#standardscontainer hr {
	margin: 10px 0 10px 0;
	background-color:#9ad1ba;
	color:#617d96;
	height: 3px;
	border:0px;	
}
table.standards {
	background-color: #f3f7fa;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	font-size:0.9em;
	margin:10px 0 0 0;
	width:100%;
}
table.standards td {
	color: #000;
	padding: 2px;
	border: 1px #000 solid;
}