/* Layout. */
html {
	font: 12pt/1.4 Georgia, "Bitstream Vera Serif", serif;
}
#title {
	font-size: 1.4em;
	font-weight: bolder;
	margin: 0;
}
#phone_number {
	font-weight: bolder;
	margin: 0;
}
#menu, #supplement, #footer {
	display: none;
}
h1 {
	font-size: 2.2em;
}

/* Hide the sIFR elements. */
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

/* Other inline elements. */
img {
	clear: left;
	float: left;
	margin: 0 12pt 8pt 0;
}
img.highlight {
	float: right;
	margin: 0 0 8pt 12pt;
}
a img {
	border: 0;
}