body {
	font-family: arial;
	font-size: 1.05em;
}

#headerWrapper {
	background-color: #feeea2;
	border-bottom: 2px solid #000;
}

#headerWrapper h1 a:link, #headerWrapper h1 a:visited{
	text-decoration: none;
	color: #000;
}

h2 {
	color: #6d5a00;
}

.b{
	font-weight: bold;
}

.hideme {
	display: none;
}



/* NUTRITION FACTS */
#nutFacts {
	width: 250px;
	border: 2px solid #000;
	font-family: arial;
	font-size: 11pt;
}

#nutFacts h1 {
	text-align: center;
	font-size: 2.2em;
	margin: 0;
}

#nutFacts div, #nutFacts table {
	position: relative;
	margin: 2px;
	border-top: 4px solid #000;
}

#nutFacts table {
	width: 98%;
}

#nutFacts .ar{
	text-align: right;
}

#nutFacts p{
	margin: 2px;
}

#nutFacts div div.right{
 	position: absolute;
	top: 0; right: 0;
	margin: 0;
	border: 0;
	}
 
#nutFacts .b {
	font-weight: bold;
}

#nutFacts .small {
	font-size: .8em;
}
