a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666666;
}
a.justgreen:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #91D300;
	text-decoration: none;
}
a.justgreen:visited {
	color: #8DD300;
	text-decoration: none;
}
a.justgreen:hover {
	color: #8DD300;
	text-decoration: none;
}




a.botnav:link {
	color: #FFFFFF;
}
a.botnav:visited {
	color: #FFFFFF;
}

a.botnav:hover {
	color: #666666;
}

a:visited {
	text-decoration: none;
	color: #666666;
}

a:hover {
	color: #8FD300;
	text-decoration: none;
}
.border {
	border: 1px solid #91D300;
}
.aligntop {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
}
.pad {
	padding-left: 10px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.border {
	border: thin solid #8ED400;
}
.style5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style6 {color: #8ED200}
.style7 {color: #666666}
.style9 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; }
.style13 {
	font-size: small
}
.style14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.style15 {
	font-size: 10px;
	color: #8FD300;
}
.style16 {
	font-size: 10px;
	font-weight: bold;
	color: #8FD300;
}
.greentableheaders {
	font-size: 10px;
	font-weight: bold;
	color: #8FD300;
}

.style17 {font-size: 10px}
.pageheading {
	font-size: 24px;
	font-weight: bold;
	color: #8FD300;
}

.pagesubhead1 {
	font-size: 12px;
	color: #000;
}
.pagesubhead2 {
	font-size: 12px;
	color: #666;
}
.smallgreydetail {
	font-size: 10px;
	color: #666;
	text-align: justify;
}


.shelflifeandweights {
	font-size: 10px;
	color: #000;
}
.weight {
	font-size: 12px;
	color: #000;
}
.soupname {
	color: #000;
	font-size: 10px;
}
.newproductname {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.containsno {color: #8BD200}







.style18 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	font-weight: bold;
	color: #8FD300;
}
.style20 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style21 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.style22 {font-size: 9px}
.style23 {color: #FF0000}
.style24 {color: #000000}
.style27 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style28 {font-size: 16px}
.style29 {
	color: #8DD300;
	font-weight: bold;
}
.style30 {color: #8DD300}
.style32 {font-size: 18px}
.style33 {font-size: 24px}
.style34 {font-size: 12px}


/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 8em;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 8.2em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}
.style34 {font-size: 12px}
.style33 {font-size: 24px}
.headerexert {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}
.alignleft {
	text-align: justify;
}
.padtopbot {
	padding-top: -15px;
	padding-bottom: 15px;
}
