.clsApp {
                font-family: Tahoma, Arial, Verdana, Helvetica;
                font-size: 9pt;
                background-color: #EFEFEF;
                margin-top: 5px;
                margin-left: 5px;
                margin-right: 5px;
                margin-bottom: 15px;
                }

.clsGutter      {
                background-color: #CCCCCC;
                }
                
.clsSearchBox
				{
				align: left;
				padding-bottom: 5px;
				}

/* Logo Stuff */
.clsBigLogo1
                {
                font-family: Verdana;
                font-size: 42pt;
                color: #6C6C6C;
                font-weight: bold;
                }
.clsBigLogo2
                {
                font-family: Verdana;
                font-size: 32pt;
                color: #770000;
                font-weight: bold;
                font-variant: small-caps;
                }
.clsLogoFooter
                {
                text-align: right;
                font-family: Verdana;
                font-size: 8pt;
                color: #6C6C6C;
                position: relative;
                top: -4pt;
                }
.clsLogoExtra
                {
                text-align: right;
                font-family: Verdana;
                font-size: 9pt;
                color: #6C6C6C;
                }

/* Body text */
.clsBodyText
                {
                font-family: Verdana;
                font-size: 9pt;
                color: #000000;
                width: 540px;
                }

.clsFooter
                {
                text-align: center;
                font-family: Verdana;
                font-size: 7pt;
                color: #6C6C6C;
                border-top-style: solid;
                border-top-width: 1px;
                border-top-color: #6C6C6C;
                }

.clsNutrientCell
                {
                vertical-align: top;
                padding-right: 10px;
                padding-left: 5px;
                }

.clsFoodHeader
                {
                font-family: Arial, Verdana;
                font-size: 14pt;
                font-weight: bold;
                border-bottom-width: 1px;
                border-bottom-color: #818181;
                border-bottom-style: solid;
                margin-bottom: 2px;
                }

.clsFoodSubHeader
                {
                font-family: Arial, Verdana;
                font-size: 9pt;
                font-weight: bold;
                font-variant: small-caps;
                margin-bottom: 5px;
                margin-left: 5px;
                }

.clsFoodFooter
                {
                font-family: Arial, Verdana;
                font-size: 8pt;
                font-weight: normal;
                margin-bottom: 5px;
                margin-left: 5px;
                margin-top: 15px;
                text-align: center;
                }

.clsServingGroup
                {
                font-family: Verdana;
                font-size: 12pt;
                padding-top: 15px;
                padding-bottom: 4px;
                }

.clsServingGroupType
                {
                text-align: left;
                color: #000000;
                font-weight: bold;
                }

.clsServingGroupWeight
                {
                text-align: left;
                font-size: 9pt;
                color: #333333;
                font-style: italic;
                }

.clsNutrientGroup
                {
                font-family: Verdana;
                text-align: left;
                font-size: 9pt;
                color: #333333;
                padding-top: 4px;
                padding-bottom: 4px;
                }

.clsYieldName
                {
                display: inline;
                text-align: left;
                font-family: Verdana;
                font-weight: bold;
                font-size: 12pt;
                font-variant: small-caps;
                color: #000000;
                padding-bottom: 4px;
                padding-bottom: 18px;
                }

.clsIngredients
                {
                text-align: left;
                font-family: Verdana;
                font-weight: bold;
                font-size: 12pt;
                font-variant: small-caps;
                color: #000000;
                padding-bottom: 4px;
                padding-bottom: 18px;
                }

.clsInstructions
                {
                text-align: left;
                font-family: Verdana;
                font-weight: bold;
                font-size: 12pt;
                font-variant: small-caps;
                color: #000000;
                padding-bottom: 4px;
                padding-top: 18px;
                }

.clsYieldValue
                {
                display: inline;
                text-align: left;
                font-family: Verdana;
                font-size: 12pt;
                color: #000000;
                padding-bottom: 4px;
                padding-left: 4px;
                }

.clsTableHeader
				{
				background-color: #CCCCCC;
                font-family: Verdana;
                font-size: 10pt;
                font-weight: bold;
                font-variant: small-caps;
                text-align: left;
				}

.clsTableValue
				{
                font-family: Verdana;
                font-size: 9pt;
                color: #000000;
                text-align: left;
				}
				
/* Mouse Events */
A               {
                color:#770000;
                text-decoration: none;
                }

A:Hover         {
                color: #770000;
                text-decoration: underline;
                }

A:Visited       {
                color: #770000;
                }
                
