body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 2px;
}
.main {
	width: 770px;
	border: 1px solid #FFCCCC;
	padding: 5px;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-small;
	background-position: center;
	text-align: center;
}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-small;
	background-position: center;
	text-align: center;
	color: #999999;

}

img { border: none; }

TABLE.ingredient {
 border-top: 1px solid #FFDDDD;
 border-left: 1px solid #FFDDDD;
 width: 100%;
 }

TD.item {
 border-right: 1px solid #FFDDDD;
 border-bottom: 1px solid #FFDDDD;
 text-align: center;
 vertical-align: middle;
 }
.emphasis {
	color: #993366;
	font-style: italic;
}
.subhead {
	font-style: italic;
	text-align: center;
	font-weight: bold;
}
.subheadLeft {

	font-style: italic;
	text-align: left;
	font-weight: bold;
}

table#stockists {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: auto;
	border-collapse: collapse;
	border-left: solid 1px #993366;
	border-top: solid 1px #993366;
}

table#stockists TD {
	border-right: solid 1px #993366;
	border-bottom: solid 1px #993366;
	vertical-align: top;
	padding: 4px;
}