/* CSS Document */
div.tagline {
	font-size: 2em;
}
table.quote th {
	text-align: left;
	background-color: #FFFFCC;
	color: black;
}
table.quote th.section {
	background-color: black;
	color: white;
}
table.quote th.price,
table.quote td.price
 {
	text-align: right;
}
table.quote tr.total td {
	font-weight: bold;
	text-align: right;
	background-color: #FFFF66;
}
#footer { 
	margin-top: 1em;
}
#footer .links {
	display: none;
}
table.schedule {
	border-collapse: collapse;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
table.schedule td.week {
	color: black;
	text-align: center;
	font-weight:bold;
	border-collapse: collapse;
	border-top: 1px solid black;
	border-left: 1px solid black;
}
table.schedule td.day {
	width: 30px;
	text-align: center;
	border-collapse: collapse;
	border-top: 1px solid black;
	border-left: 1px solid black;
}
ol.schedule {
	list-style-type: upper-alpha;
}
.imager {
	text-align: center;
	float: right;
	display: block;
}
.imager label {
	font-size: 10px;
	font-weight:bold;
	text-align: center;
	display: block;
}
