/*This style sheet is used to apply special rules*/
/*when a page is printed.*/
/*****************************************************************/
body
{
 background-image: none;
}

/*Hides the tag from the printer when printing the page.*/
.NoPrint
{	
    visibility: hidden; 
}

/*Creates a page break just after the end tag.*/	
.PrintBreakAfter
{
	page-break-after: always;    
}


.FoodContainerOuter
{
    background-color: transparent;
    width: 660px;
    height: 100%;
	
 }
