body, td, p {
	font-family: Arial, Helvetica, sans serif;
	font-size: 11px;
	color: #0050a3;
}

p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 12px;
}

h1 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 6px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 4px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h5 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

span.hr {
	display: block;
	margin-top: 5px;
	margin-bottom: 7px;
	background-color: #7ed7f7;
}

a {
	color: #fd701a;
	text-decoration: none;
}

ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 12px;
	list-style-type: none;
}

ul li {
	margin-bottom: 5px;
	background-image: url("images/bullet.gif");
	background-repeat: no-repeat;
	background-position: 12px 5px;
	padding-left: 19px;
}

ul.anchorList {
	margin: 0px;
	padding: 0px;
	margin-bottom: 9px;
	list-style-type : none;
}

ul.anchorList li {
	margin-bottom: 3px;
	background-image: none;
	padding-left: 0px;
}

ul.anchorList li a {
	font-weight: bold;
}

table.nutrientContent {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 12px;
}

table.nutrientContent th {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	background-color: #b7e6f8;
	border-top: solid 1px #7ed7f7;
	border-bottom: solid 1px #7ed7f7;
	padding: 3px;
}

table.nutrientContent td {
	border-top: solid 1px #7ed7f7;
	border-bottom: solid 1px #7ed7f7;
	padding: 3px;
}

td.subheader {
	background-color: #e6f3f9;
}

table.contentImageLeft {
	float: left;
	margin-right: 16px;
	margin-bottom: 10px;
}

table.contentImageRight {
	float: right;
	margin-left: 16px;
	margin-bottom: 10px;
}

table.contentImageLeft td,
table.contentImageLeft p,
table.contentImageRight td,
table.contentImageRight p {
	font-size: 10px;
	font-style: italic;
}

table.contentImageLeft td img,
table.contentImageRight td img {
	margin-bottom: 3px;
}
.caption {
	font-size: 10px;
	font-style: italic;
}
