@charset "utf-8";
body {
	background-color: #FFFFFF;
}
.show_on_print {
	display: inherit;
}
.hide_on_print {
	display: none;
}
.white_on_print {
	background-color: #FFFFFF;
}
.table_width {
	width: 100%;
}
.header_text {
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-align: center;
}
.footer {
	display: none;
}
.schedules_navigation {
	display: none;
}
.schedules_header {
	display: none;
}