* 	
	{
		font-family: Arial, Helvetica, Sans Serif;
		}

body 
	{ 
		background-color: #8ea27e;
	  	margin-top: 0px;
	  	margin-right: 0px;
	  	margin-bottom: 0px;
	  	margin-left: 0px;
	  	}
	   
a:link 
	{
		color: #a8332c;
		}
		
a:visited
	 {
	 	color: #5a6a47;
		}
		
a:link.special 
	{
		color: #a8332c;
		}
		
a:visited.special
	 {
	 	color: #a8332c;
		}
		
a:link.noLineBlack 
	{
		color: #000000;
		text-decoration:none;
		}
		
a:visited.noLineBlack
	 {
	 	color: #000000;
		text-decoration:none;
		}
		
p 
	{
		font-family: Arial, Helvetica, Sans Serif;
		font-size: 10pt;
		margin-left: 1px;
		margin-bottom: 10px;
		color: #000000;
		}
		
.nomargin 
	{
		font-family: Arial, Helvetica, Sans Serif;
		font-size: 10pt;
		margin-left: 1px;
		margin-bottom: 0px;
		color: #000000;
		}
.green 
	{
		font-family: Arial, Helvetica, Sans Serif;
		font-size: 12pt;
		color: #8ea27e;
		font-weight: bold;
		margin-top: 5px;
		margin-bottom: 5px;
		}
		
.greenSm 
	{
		color: #4b6345;
		font-weight: bold;
		font-style: italic;
		}
		
.greenLg 
	{
		font-family: Arial, Helvetica, Sans Serif;
		font-size: 12pt;
		color: #4b6345;
		font-weight: bold;
		margin-top: 5px;
		margin-bottom: 5px;
		}
		
.specials 
	{
		font-family: Arial, Helvetica, Sans Serif;
		font-size: 12pt;
		color: #000000;
		font-weight: bold;
		font-style: italic;
		}
		
.greenNav 
	{
		font-family: Arial, Helvetica, Sans Serif;
		font-size: 10pt;
		color: #8ea27e;
		font-weight: bold;
		margin-top: 5px;
		margin-bottom: 5px;
		}
.greenItalic
	{
		font-family: Times New Roman;
		font-size: 18px;
		font-weight: bold;
		font-style:italic;
		color: #5A6942;
	}
		
b
	{
		font-family: Arial, Helvetica, Sans Serif;
		margin-left: 1px;
		margin-bottom: 10px;
		color: #000000;
		font-weight: bold;
		}
		
em
	{
		font-family: Arial, Helvetica, Sans Serif;
		font-size: 10pt;
		margin-left: 1px;
		margin-bottom: 10px;
		color: #000000;
		font-style: italic;
	}

hr
	{
		border:1px solid #730C18;
		border-collapse:collapse;
	}
		
.searchBox 
	{
		background-color: #f3e4bf;
		margin: 0px;
		font-family: Arial, Helvetica, Sans Serif;
		font-size: 10pt;
		color: #000000;
		}
		
.backLeft
	{
	 	background: #8ea27e url(splash/backLeft.gif);
		background-repeat: repeat-y;
		}
		
.backRight
	{
	 	background: #8ea27e url(splash/backRight.gif);
		background-repeat: repeat-y;
		}
		
.bodyBack
	{
	 	background: #e9b867 url(splash/bodyBack.gif);
		background-repeat: repeat-x;
		}
		
.redBorder
	{
		border:1px solid #730C18;
		background:#white;
	}
	
.errorLabel
	{
		color:Red;
		font-weight:bold;
	}
	
/*Used for datagrid's row and alternating row style's*/
.gridEven 
	{
		background:white;
	}
.gridOdd
	{
		background:beige;
	}
	
.button
	{
		color:#F7E7BD;
		border:1px solid black;
		background:#730C18;
		text-align:center;
	}
	
.borders
	{
		border:1px solid #730C18;
		border-collapse:collapse;
	}
	
.gridBottomLine
	{
		border:0px;
		border-bottom:1px solid #730C18;
	}
	
.indent
	{
		padding-left:10px;
	}
	
.tabs
	{
		position:relative;
		top:1px;
		left:10px;
	}

.tab
	{
		border:0px solid black;
		background:white;
		padding:2px 10px;
	}

.selectedTab
	{
		background:beige;
		border-bottom:0px solid white;
	}

.tabContents
	{
		border:0px solid black;
		padding:10px;
		background:beige;
	}
	
.MeatMenu
	{
		color:#F7E7BD;
		font-family:Arial Black;
		border-bottom:2px solid #8C3442;
		text-align:center;
	}
	
.MeatMenuItem
	{
		color:#F7E7BD;
		font-family:Arial Black;
		text-align:center;
	}