<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table.cs-table,
td.cs,
td.cs-header,
td.cs-mi,
td.cs-mk,
td.cs-tu,
td.cs-go,
td.cs-de,
td.cs-header-de {
	font-family: Arial,Helvetica,sans-serif;
	font-size: x-small;
}

table.cs-table td {
	font-family: Arial,Helvetica,sans-serif;
	font-size: x-small;
}
table.cs-table td p {
	font-family: Arial,Helvetica,sans-serif;
	font-size: x-small;
}
table.cs-table th {
	font-family: Arial,Helvetica,sans-serif;
	font-size: x-small;
}


/* cue sheet table */
table.cs-table {
	border-collapse: collapse;
	table-layout: auto;
	padding: 0em;
	margin-left: 0em;
	margin-right: 0em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border: 0;
}
table.cs-table {
	width: 600px;
}

/* cells in cue sheet table: different kinds */
/* td.cs = default generic cell */
/* td.cs-header = header row */
/* td.cs-mi = mile column */
/* td.cs-mk = mark column */
/* td.cs-tu = turn column */
/* td.cs-go = this leg column */
/* td.cs-de = description column */
/* td.cs-header-de = header cell for description column */
td.cs,
td.cs-header,
td.cs-mi,
td.cs-mk,
td.cs-tu,
td.cs-go,
td.cs-de,
td.cs-header-de {
	padding-left: 0.25em;
	padding-right: 0.25em;
	padding-top: 0.125em;
	padding-bottom: 0.125em;
	margin: 0;
	border-style: solid;
	border-width: 0.1em;
	border-color: rgb(128,128,128);
}
table.cs-table td {
	padding-left: 0.25em;
	padding-right: 0.25em;
	padding-top: 0.125em;
	padding-bottom: 0.125em;
	margin: 0;
	border-style: solid;
	border-width: 0.1em;
	border-color: rgb(128,128,128);
}

td.cs-mi, 
td.cs-mk,
td.cs-tu,
td.cs-go {
	text-align: center;
	vertical-align: top;
}
td.cs-header {
	text-align: center;
	vertical-align: bottom;
}
td.cs-de {
	text-align: left;
	vertical-align: top;
}
td.cs-header-de {
	text-align: left;
	vertical-align: bottom;
}

img.spacer-cs-mi-column-width-font,
img.spacer-cs-mk-column-width-font,
img.spacer-cs-go-column-width-font,
img.spacer-cs-tu-column-width-font,
img.spacer-cs-de-column-width-font {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: x-small; 
   	height: 1px; 
   	margin: 0;
   	border: 0;
}
img.spacer-cs-mi-column-width-font,
img.spacer-cs-mk-column-width-font,
img.spacer-cs-go-column-width-font {
   	width: 2.0em; 
}
img.spacer-cs-tu-column-width-font {
   	width: 4.2em; 
}
img.spacer-cs-de-column-width-font {
   	width: 25.0em; 
}

img.spacer-cs-mi-column-width-pixel, 
img.spacer-cs-mk-column-width-pixel, 
img.spacer-cs-tu-column-width-pixel, 
img.spacer-cs-go-column-width-pixel,
img.spacer-cs-de-column-width-pixel {
	height: 1px; 
	margin: 0;
	border: 0;
}
img.spacer-cs-mi-column-width-pixel,
img.spacer-cs-mk-column-width-pixel,
img.spacer-cs-go-column-width-pixel {
	width: 31px; 
}
img.spacer-cs-tu-column-width-pixel {
   	width: 61px; 
}
img.spacer-cs-de-column-width-pixel {
   	width: 426px; 
}

/* line within text of cell in cue sheet table */
a.cs-link {
	font-family: Arial,Helvetica,sans-serif;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------
print: begin print media overrides
*/

@media print {

	table.cs-table,
	td.cs,
	td.cs-header,
	td.cs-mi,
	td.cs-mk,
	td.cs-tu,
	td.cs-go,
	td.cs-de,
	td.cs-header-de {
		font-size: 10pt;
	}
	table.cs-table td {
		font-size: 10pt;
	}
	table.cs-table td p {
		font-size: 10pt;
	}
	table.cs-table th {
		font-size: 10pt;
	}

	table.cs-table {
		width: 6.5in;
	}

	img.spacer-cs-mi-column-width-font,
	img.spacer-cs-mk-column-width-font,
	img.spacer-cs-go-column-width-font,
	img.spacer-cs-tu-column-width-font,
	img.spacer-cs-de-column-width-font {
		font-family: Arial,Helvetica,sans-serif; 
		font-size: 10pt; 
	   	height: 1pt;
	   	margin: 0;
	   	border: 0;
	}
	img.spacer-cs-mi-column-width-font,
	img.spacer-cs-mk-column-width-font,
	img.spacer-cs-go-column-width-font {
		width: 0.32in; 
	}
	img.spacer-cs-tu-column-width-font {
	   	width: 0.62in; 
	}
	img.spacer-cs-de-column-width-font {
	   	width: 4.70in; 
	}

	img.spacer-cs-mi-column-width-pixel,
	img.spacer-cs-mk-column-width-pixel,
	img.spacer-cs-go-column-width-pixel,
	img.spacer-cs-tu-column-width-pixel,
	img.spacer-cs-de-column-width-pixel {
		width: 0.1in; 
	}

} /* end print media overrides */
/*-----------------------------------------------------
print: end print media overrides
*/
/*-----------------------------------------------------*/</pre></body></html>