BODY{	
	background-attachment: fixed;
}
A {	color:black;			
	text-decoration:none;	
	active:#ce948c;		
	font-size:8pt;
	border=style:none;
}
A:HOVER { color:brown;
	  text-decoration:none;
}

.fontLarge {	
	font-family:Arial;
	font-size:16pt;
	font-weight:bold;
}
.fontMedium {	
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
}

.textNormal{
	color:black;
	font-family:Arial;
	font-size:8pt;
}
.textBold{
	color:black;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
}
.textError{
	color:red;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
}

.lightgreyTD {
	background:#E2DEDE;
}
.darkgreyTD {
	background:#BBB3B3;
}

.fontBrown {
	color:#9F2020;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
}
.displayproductsTD{
	background:#D9D3D3;
	
}
.staffButton {
  border: 1px solid #9F2020;
  font-weight: bold;
  color:#9F2020;
  font-family:Arial;
  font-size:10pt;	
}

.backTD{	
	border-width:1pt;
	border-style:solid;
	border-color:black;
	font-color:white;
	font-family:Arial Black;
	font-size:8pt;
}
.textBrown{
	color:brown;
	font-family:Arial;
	font-size:8pt;
}
.borderTable{
	border-width:1pt;
	border-style:solid;
	border-color:black;
}
.brownTD{
	background:#9F2020;
	color:white;
	font-family:Arial Black;
	font-size:8pt;
}
.cartBackTD{
	background:#D9D3D3;	
}
.cartHeightTR{
	line-height:15pt;	
}
.cartMenuTD{
	background:#D9D3D3;
}
.fontLargeBrown {	
	font-family:Arial;
	font-size:16pt;
	font-weight:bold;
	color:brown;
}