body, table {
	font-family: Arial, sans-serif;
	font-size: 9pt;
}

img.left {
	display: block;
	border: none;
	float: left;
	margin: 10px 10px 0 0;
	_margin: 9px 10px 0 0;
}

img.right {
	display: block;
	border: none;
	float: right;
	margin: 10px 0 0 10px;
	_margin: 9px 0 0 10px;
}

p {
	line-height: 1.75em;
	text-align: justify;
}

ul {
	line-height: 1.75em;
	list-style-type: square;
}

table {
	width: 100%;
	border: 1px solid #000;
	border-collapse: collapse;
}

table th {
	background-color: #eee;
}

table td, table th {
	border: 1px solid #000;
}

hr, #breadcrumbs, #content-sidebar, #footer div.navigation, #emLightBoxImage div.title, .handheld {
	display: none;
}

#header {
	padding-bottom: 1em;
	border-bottom: 1px solid #000;
}

#footer {
	padding-top: 1em;
	border-top: 1px solid #000;
}

.dontPrint {
	display: none;
}

div.calendar-row {
	border-top: 1px solid #eee;
	padding-top: 10px;
	padding-bottom: 6px;
	page-break-inside: avoid;
}

div.calendar-cell {
	width: 120px;
	float: left;
}

div.calendar-text h3 {
	font-size: 1em;
	margin: 0;
	padding: 0;
	margin-bottom: 0.25em;
}

div.calendar-row div.day {
	font-weight: bold;
	font-size: 12px;
}

div.calendar-cell div.from {
	float: left;
}

div.calendar-cell div.to {
	float: left;
}

div.calendar-text {
	float: left;
}

div.calendar-text a {
}



