body  { 
	font-family: Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px; 
    margin-left: 20px;
    margin-right: 50px; }
    
span.content { 
	border-width: 1px;
    border-style: none;
    border-color: #aaa;
    padding: 5px; }
    
div.content { 
	display: none; 
	margin-bottom: 30px; }
	
span.toc {
	display: none;
	font-size: 6px; }
	
table { 
	width: 100%; 
    table-layout: fixed; }

td { 
	border: 0px solid #000; 
    vertical-align: top; }
    
td.nav { 
	width: 70px; }

li.nav { 
	margin-left: 30px; }
	
div.nav { 
	display: block; 
    margin-left: 10px; }
    
p.nav { 
	font-wight: bold; }
	
dt { 
	font-style: italic; }
	
dd { 
	margin-bottom: 5px; }

table.ruletab { 
	table-layout: fixed;
    margin-left: 10px;
    width: 90%; 
    empty-cells: hide;
    border-collapse: collapse; }

table.ruletab th { 
	text-align: center; 
    border: 1px solid #aaa; }                 

table.ruletab td { 
	text-align: center; 
    border: 1px solid #aaa; }                 

table.ruletab td.line { 
	text-align: left; }

table.stations { 
	table-layout: fixed;
    width: 90%; 
    empty-cells: hide;
    border-collapse: collapse; }

table.stations td { 
	text-align: left;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px; }                 

table.stations td.stop { 
	width: 120px; }

hr {
    border: 0;
    height: 1px;
    color: #ccc;
    background-color: #ccc; }
