/* CSS Document */
.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	color: #543019;
}
.bodySubHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 22px;
	color: #543019;
	font-weight: bold;
}
#skipnavigation {
  position: absolute;
  left: -1000px;
}
#browncontainer {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	bordercolor: #663300;
	border-style: solid;
	border-spacing: 0;
	align: center;
}
#products tbody tr.even td {
      background-color: #DBD1BD;
    }
    #products tbody tr.odd  td {
      background-color: EDE7DA;
    }
.producttext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #543019;
	letter-spacing: normal;
	font-weight: bolder;
}
#nutrition tbody td.even {
      background-color: #FFFFFF;
    }
    #nutrition tbody td.odd {
      background-color: #FFFFCC;
    }
.nutritionTabletext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #543019;
}.nutritionTableHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 22px;
	color: #990033;
	font-weight: bold;
	background-color: #669933;
	border: 0px none;
	margin: 0px;
	padding: 0px;
}
.nutritionTableSubHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 22px;
	color: #663333;
	font-weight: bold;
	background-color: #CCFF99;
	margin: 0px;
	padding: 0px;
	border-top: none;
	border-right: thin solid #669900;
	border-bottom: thin solid #669900;
	border-left: thin solid #669900;
}