@charset "utf-8";
/* CSS Document */

.tbMenu {
	border: 0px;
	border-collapse: collapse;
	background: #fff;	
}

.tbMenu td {
	padding: 1em;
	margin: 0px;
	border: 1px dotted #abc;
}

.tbMenu strong {
	color: #333;
}

.tbMenu address {
	font-size: 0.9em;
	margin-left: 1em;
}
.tbMenu caption {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	padding-bottom: 1em;
}

.tbMenu h4 {
	background: #fdd;
	color: #a44;
	border-bottom: 1px solid #a44;
	padding-bottom: 3px;
	padding-top: 10px;
	padding-left: 4px;
}
