	/* Menu Items Tables */
	table.menu {
		width: 750px;
		margin-bottom: 20px;
		border-left: 1px #d7d6d7 solid;
		border-right: 1px #d7d6d7 solid;
	}

	/* Default Menu Item Cells */
	table.menu td {
		font-family: geneva, arial, helvetica, sans-serif;
		font-size: 11px;
		color: #333;
		padding: 0;
		vertical-align: top;
		text-align: center;
		font-weight: normal;
	}

	/* Most images in this table need to be displayed flush
	 * to the table cells and centered if applicable */
	table.menu td img {
		display: block;
		margin: auto;
	}

	/* Menu - Table Header */
	table.menu tr.menu_head {
		background-image: url(../images/menu_bkgd.jpg);
		background-repeat: repeat-x;
		background-position: top left;
		background-color: #f89979;
	}

	/* Table Header Cells */
	table.menu tr.menu_head td {
		padding: 0 6px 0 6px;
		border-top: 1px #d7d6d7 solid;
		border-bottom: 1px #d7d6d7 solid;
	}

	/* Regular Text Field */
	td.name {
		text-align: left;
	}

	/* Large Table Header Text Field */
	table.menu tr.menu_head td.name {
		vertical-align: bottom;
		padding-bottom: 15px;
	}

	/* Large Table Header Text */
	table.menu tr.menu_head td.name h3 {
		font-size: 14px;
		font-weight: bold;
		text-align: left;
		padding: 25px 0 0 15px;
		margin: 0;
	}

	/* Left column border */
	td.border_left {
		border-left: 1px #c1c1c1 solid;
	}

	tr.item_total td {
		background-color: #ffffff;
		border-bottom: 1px #d7d6d7 dashed;
		padding: 4px 0 4px 0;
		font-weight: bold;
	}

	tr.item_detail td {
		background-color: #eeeeee;
		border-bottom: 1px #d7d6d7 dotted;
		padding: 3px 0 3px 0;
	}

	tr.item_alert td {
		background-color: #ffcccc;
		border-bottom: 1px #d7d6d7 dashed;
		padding: 3px 0 3px 0;
		font-weight: bold;
	}

	tr.item_total td.name {
		text-align: left;
		padding-left: 10px;
	}

	tr.item_detail td.name {
		text-align: left;
		padding-left: 10px;
	}

	tr.item_alert td.name {
		text-align: left;
		padding-left: 10px;
	}

.GreyItal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-style: italic;
}