.nav {
	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;
	font-weight: bolder;
	color: #998847;
	padding-top: 2px;
}
.restaurantInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #998847;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #998847;
	border-right-color: #998847;
	border-bottom-color: #998847;
	border-left-color: #998847;
}
.typetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}
.type {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #998847;
	background-color: #000;
}
.foodID {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #998847;
}
.applyDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #998847;
}
.foodTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	color:#fff;
	font-weight: bolder;
}
.foodDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #998847;
}
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #998847;
}
.foodType {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #998847;
}

a:link { color: #998847; text-decoration: none; }
a:visited { color: #998847; text-decoration: none; }
a:hover { color: #998847; text-decoration: underline; }
a:active { color: #998847; text-decoration: none; }

.restaurantInfoHome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #998847;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #998847;
	border-right-color: #998847;
	border-bottom-color: #000000;
	border-left-color: #998847;
	background-color: #000;
}
.menubar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #998847;
	padding-left: 15px;
}
select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #998847;
}
.textfield {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
  background-color:#FFFFFF;
  border-top:1px solid #998847;
  border-left:1px solid #998847;
  border-bottom:1px solid #998847;
  border-right:1px solid #998847;
  color : green;
}

table, td, th {
	background-color: #000;
}
td.typetitle, tr.typetitle {
	background-color: #998847;
}
/*td.foodTitle, td.foodID, td.price, td.foodDesc {*/

