body{
	background-color: white;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
.navbar{
	font-size: 18;
	font-weight: bold;
	text-align: center;
	color: black;
}
.title{
	font-size: 150%;
	font-weight: bold;
}
.subtitle{
	font-size: 110%;
	font-weight: bold;
}
.sub{
	font-size: 100%;
	font-weight: bold;
}
.green{
	font-size: 130%;
	font-weight: bold;
	color: green;
}
.info{
	font-size: 100%;
	font-weight: bold;
	line-height: 140%;
}
.text{
	font-size: 80%;
	font-weight: bold;
}
.mainText{
	font-size: 32px;
	font-weight: bold;
	color:red;
	line-height: 140%;
}
a{
	text-decoration: none;
}
.error{
	font-size: 24px;
	font-weight: bold;
	color:red;
	text-align:center;
	width:100%;
}
.food{
	font-size: 100%;
	font-weight: bold;
	color: #006633;
}
.group{
	font-size: 130%;
	font-weight: bold;
	color: #006633;
}
.groupArrow{
	font-size: 130%;
	font-weight: normal;
	color: #006633;
}
.topping{
	font-size: 90%;
	font-weight: bold;
	text-indent:20px;
}
.orderPrice{
	font-size: 14px;
	font-weight: bold;
	color:#EE0000;
}
.orderPrice_small{
	font-size: 14px;
	font-weight: bold;
	color:#EE0000;
}
.foodPrice{
	font-size: 100%;
	font-weight: bold;
	color:#006633;
}
.total{
	font-size: 14px;
	font-weight: bold;
	color:#DD0000;
	padding-top:5px;
        padding-bottom:5px;
}
.total_small{
	font-size: 14px;
	font-weight: bold;
	color:#DD0000;
}
.totalText{
	font-size: 14px;
}
.price1{
	font-size: 80%;
}
.price2{
	font-size: 80%;
	color: red;
}
a.text{
	color: blue;
	font-size: 80%;
}
.topping4{
	font-size:80%;
}
.warning{
	font-size:80%;
	color:red;
}
.toppingFood{
	font-size : 11px;
	font-weight : bold;
	color : #FF1418;
	text-decoration : none;
	text-indent: 0px;
}
.toppingFoodDel{
	font-size : 11px;
	font-weight : normal;
	font-style: italic;	
	color : #FF1418;
	text-decoration : none;
	text-indent: 0px;
}
.specialFood{
	font-size : 11px;
	font-weight : bold;
	color : #000000;
	text-decoration : none;
	font-style: italic;
	text-indent: 10px;
}
.toppingTopping{
	font-size : 10px;
	font-weight : bold;
	padding-left: 0px;
	color : black;
	text-decoration : none;
	text-indent: 20px;
}
.toppingToppingDel{
	font-size : 11px;
	font-weight : normal;
	color : black;
	text-decoration : none;
	font-style: italic;
	text-indent: 0px;
}
.toppingCombos{
	font-size : 10px;
	font-weight : bold;
	padding-left: 0px;
	color : gray;
	text-decoration : none;
	text-indent: 20px;
}
.toppingPrice{
	font-size : 10px;
	font-weight : bold;
	color : #FF1418;
	height: 1px;
	text-indent: 0px;
}
.toppingCol1{
	background-color : #EFEBEF;
	border-top: 1px solid #EF7D00;
}
.toppingCol2{
	background-color : #E2E2E2;
	border-top: 1px solid #EF7D00;
}
td.topping{
	background-color : #C8C8C8;
	border-top: 2px solid #EF7D00;
	text-indent:0px;
}
.grid{
	background-color : #FFFFCC;
	border : 1px solid #006633;
	padding: 20px;
	color : #006633;
}


