html, body  {
color:#231F20;
font:10px Arial;
text-align:right;
}

table.web {
	border-collapse: collapse;
	width: 329px;
	margin-bottom: -15px;
	}
	
table.menu {
	border-collapse: collapse;
	width: 615px;
	margin-bottom: -15px;
	}


th {
	padding: 0 0.5em;
	text-align: left;
	}

tr.heading td {
	border-top: 1px solid #b72c26;
	border-bottom: 1px solid #b72c26;
	background: #f26a21;
	font-weight: bold;
	padding: 5px;
	}
	
tr.heading2 td {
	border-top: 2px solid #f26a21;
	border-bottom: 2px solid #f26a21;
	background: #b72c26;
	font-weight: bold;
    font-size: 12px;
    color: #ffffff;
	padding: 5px;
	}

td.web {
	border-bottom: 1px solid #b72c26;
	border-left: 1px solid #b72c26;
	font-size: 12px;
	font-family: Arial,Verdana,sans-serif;
	text-align: center;
	color: #000000;
	background: #ffffff;
	padding: 5px;
	}
	
td.web2 {
	border-bottom: 2px solid #f26a21;
	border-left: 2px solid #f26a21;
	font-size: 12px;
	font-family: Arial,Verdana,sans-serif;
	text-align: center;
	color: #000000;
	background: #ffffff;
	padding: 5px;
	}

td.webright {
	border-bottom: 1px solid #b72c26;
	border-left: 1px solid #b72c26;
	border-right: 1px solid #b72c26;
	font-size: 12px;
	font-family: Arial,Verdana,sans-serif;
	text-align: center;
	background: #ffffff;
	padding: 5px;
	}

td.webright2 {
	border-bottom: 2px solid #f26a21;
	border-left: 2px solid #f26a21;
	border-right: 2px solid #f26a21;
	font-size: 12px;
	font-family: Arial,Verdana,sans-serif;
	text-align: center;
	background: #ffffff;
	padding: 5px;
	}

td.adjacent {
	border-left: 1px solid #b72c26;
	text-align: center;
	background: #ffffff;
	}

td.adjacentright {
	border-left: 1px solid #29ADFF;
	border-right: 1px solid #29ADFF;
	text-align: center;
	background: #ffffff;
	}

td.price {
	border-left: 1px solid #29ADFF;
	border-bottom: 1px solid #29ADFF;
	font-size: 12px;
	font-family: Arial,Verdana,sans-serif;
	text-align: center;
	font-weight: bold;
	background: #ffffff;
	padding: 5px;
	}

td.price a:link { color: #ff0000; text-decoration:none }

td.price a:visited { color: #ff0000; text-decoration:none }

td.price a:hover { color: #000000; text-decoration:underline }

td.priceright {
	border-left: 1px solid #29ADFF;
	border-right: 1px solid #29ADFF;
	border-bottom: 1px solid #29ADFF;
	font-size: 12px;
	font-family: Arial,Verdana,sans-serif;
	text-align: center;
	font-weight: bold;
	background: #ffffff;
	padding: 5px;
	}


