#mytable {
	font: normal 11px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	background: #E6EAE9;
	width: 600px;
	padding: 0;
	margin: 0;
	text-align: center;
	letter-spacing: normal;
}

#mytable caption {
	padding: 0 0 5px 0;
	width: 600px;
	font: bold italic 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#mytable th {
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #B9B99D;
	border-bottom: 1px solid #B9B99D;
	border-top: 1px solid #B9B99D;
	text-transform: uppercase;
	text-align: center;
	padding: 8px 2px 8px 2px;
	background-color: #d2eced;
}

#mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #B9B99D;
	background: none;
}

#mytable td {
	border-right: 1px solid #B9B99D;
	border-bottom: 1px solid #B9B99D;
	background: #fff;
	padding: 8px 2px 8px 2px;
	color: #4f6b72;
}


#mytable td.alt {
	background: #F5FAFA;
	color: #797268;
}

#mytable th.spec {
	border-left: 1px solid #B9B99D;
	border-top: 0;
	background: #fff url(bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#mytable th.specalt {
	border-left: 1px solid #B9B99D;
	border-top: 0;
	background: #f5fafa url(bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
	background-color: #F5FAFA;
}
#mytable td.subheading {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #B9B99D;
	background: none;
	text-align: center;
}
#mytable td.lunch {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #B9B99D;
	background: none;
	text-align: center;
	background-color: #FCFFD6;
}
#mytable th.lunch {
	border-top: 0;
	border-left: 1px solid #B9B99D;
	border-right: 1px solid #B9B99D;
	background: none;
	text-align: center;
	background-color: #FFFEB1;
}
