<!--
body {
	color: #000000; 
	background-image: url("../images/bkg_routes.gif"); 
	background-repeat: repeat-y;
	background-color: #EAEDF4; 
	}

/* HEADER NAVIGATION */
	
div.navroutes {
	background-image: url("../images/bkg_navroutes_p.gif"); 
	background-repeat: no-repeat; 
	}

div.navplan {
	background-image: url("../images/bkg_navplan.gif"); 
	background-repeat: no-repeat; 
	}

div.navalerts {
	background-image: url("../images/bkg_navalerts.gif"); 
	background-repeat: no-repeat; 
	}

div.navfares {
	background-image: url("../images/bkg_navfares.gif"); 
	background-repeat: no-repeat; 
	}

/* END HEADER NAVIGATION */

/* PAGE SUBNAV */

div.pagenav li a:active { 
	color: #828E8B; 	}

div.pagenav li a:hover {  
	color: #828E8B; 
	}

/* END PAGE SUBNAV */

/* SUBHEAD */

div.subhead {
	background-image: url("../images/bkg_shd_routes.gif"); 
	background-repeat: no-repeat;
	}
	
/* END SUBHEAD */

/* CONTENT - STYLES */

div.content h1 { 
	color: #828E8B;
	background-color: transparent;
	}

div.content h2 { 
	color: #828E8B;
	background-color: transparent;
	}

div.content h3 { 
	color: #828E8B;
	background-color: transparent;
	}

div.content h4 { 
	color: #828E8B;
	background-color: transparent;
	}

div.content a { 
	color: #828E8B;
	background-color: transparent;
	}

div.content a:link {  
	color: #828E8B;
	background-color: transparent;
	}

div.content a:visited { 
	color: #828E8B;
	background-color: transparent;
	}

div.content a:active { 
	color: #CC4427; 
	background-color: transparent; 
	}

div.content a:hover {  
	color: #CC4427; 
	background-color: transparent; 
	}

table.routes {
	text-align: center;
	margin: 1.4em 0em 1.4em 0em;
	}

table.routes tr {
	height: 1.75em;
	}

table.routes tr.odd {
	color: #000000;
	background-color: #ECEEEE;
	}

table.routes tr.even {
	color: #000000;
	background-color: #FFFFFF;
	}

table.routes th {
	font-size: .85em;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	background-color: #828E8B;
	padding: 0.3em 0.3em 0.3em 0.3em;
	}

table.routes th.bdr {
	border-right: 2px solid #FFFFFF;
	}

table.routes td {
	font-size: .7em;
	line-height: 1em;
	padding: 0.7em 0.5em 0.6em 0.5em;
	}

table.routes td.bdr {
	border-right: 2px solid #828E8B;
	}

table.routes td.alertbug {
	text-align: left;
	background-image: url(../images/alert_bug.gif);
	background-position: 15px 50%;
	background-repeat: no-repeat;
	border-right: 2px solid #828E8B;
	margin: 0px;
	padding: 0.7em 0.5em 0.6em 48px;
	}

/* END CONTENT - STYLES */

	-->