*{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
body {
/*background:#dedede url(../images/background.jpg) repeat-x scroll 0% 0%;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #1D3E72;
	font-size: 16px;
	background: #ffffff; 
	margin: 0;
}
TABLE, TD, P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	color: #000000;
}

FORM{ display: inline; }
A{

}
A:link{
	font-weight: normal;
	text-decoration: underline;
	color: #ffffff;
}
A:visited{
	font-weight: normal;
	text-decoration: underline;
	color: #ffffff;
}
A:hover{
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}
A:active{
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}

ul{
	color:#ffffff;
	margin: 0px 0px 0px 20px;
	padding:0px;
	}

 li{padding:0px;
	margin: 0 0 4px 0;
}
.nomargin{
margin-bottom:3px;}

/* home page */
.review {
	font-size: 16px;
	font-weight: bold;
	font-style:italic;
	text-decoration: none;
	color: #000000;
	line-height: 22px;
}
.pink {
	font-size: 16px;
	font-weight:bold;
	text-decoration: none;
	color: #ff0099;
	line-height: 22px;
}
a.pink:link, a.pink:visited, a.pink:active {
	font-weight:bold;
	text-decoration: underline;
	color: #ff0099;
}
a.pink:hover{
	text-decoration: none;
	color: #ff0099;
}
.white {
	font-size: 16px;
	font-weight:bold;
	text-decoration: none;
	color: #ffffff;
	line-height: 22px;
}
a.white:link, a.white:visited, a.white:active {
	font-weight:bold;
	text-decoration: underline;
	color: #ffffff;
}
a.white:hover{
	text-decoration: none;
	color: #ffffff;
}
/*Buttons*/
a.btn-lunch{
		background:url(../images/btn-lunch.gif) no-repeat 0 0;
		display:block;
		width:172px;
		height:79px;
		border:0;
		margin:0 0 0 0;
		padding:0;
		clear:both;
		}
a.btn-lunch span { display: none; }
a.btn-lunch:hover {
		background: url(../images/btn-lunch.gif) no-repeat 0px -79px;
		}	
a.btn-catering{
		background:url(../images/btn-catering.gif) no-repeat 0 0;
		display:block;
		width:172px;
		height:79px;
		border:0;
		margin:0 0 0 0;
		padding:0;
		clear:both;
		}
a.btn-catering span { display: none; }
a.btn-catering:hover {
		background: url(../images/btn-catering.gif) no-repeat 0px -79px;
		}	
a.btn-dinner{
		background:url(../images/btn-dinner.gif) no-repeat 0 0;
		display:block;
		width:172px;
		height:79px;
		border:0;
		margin:0 0 0 0;
		padding:0;
		clear:both;
		}
a.btn-dinner span { display: none; }
a.btn-dinner:hover {
		background: url(../images/btn-dinner.gif) no-repeat 0px -79px;
		}			
	

/* table functions */
table.header_pad {
margin-top: 34px;
}
table.review_pad {
margin-left: 16px;
}
