<!--

/* SUBHEAD BACKGROUND */

div.subhead {
	background-image: url("../images/bkg_shd_how.gif"); 
	background-repeat: no-repeat;
	}

/* END SUBHEAD BACKGROUND */

/* BEGIN CONTENT STYLES */

div.stopsigns {
	float: right;
	width: 195px;
	color: #000000;
	background-color: transparent;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	}

div.busstop {
	width: 170px;
	height: 225px;
	color: #000000;
	background-color: transparent;
	background-image: url("../images/bkg_sb_busstop.gif"); 
	background-repeat: no-repeat;
	margin: 0px 0px 30px 15px;
	padding: 0px;
	}

div.buscont {
	position: relative;
	top: 145px;
	width: 170px;
	}

div.buscont h1 {
	font-size: .85em;
	line-height: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

div.buscont p {
	font-size: .8em;
	line-height: 1.4em;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	margin: 0px 8px 0px 8px;
	padding: 0px;
	}

div.expressstop {
	width: 170px;
	height: 235px;
	color: #000000;
	background-color: transparent;
	background-image: url("../images/bkg_sb_expresstop.gif"); 
	background-repeat: no-repeat;
	margin: 0px 0px 30px 15px;
	padding: 0px;
	}

div.expresscont {
	position: relative;
	top: 140px;
	width: 170px;
	}

div.expresscont h1 {
	font-size: .85em;
	line-height: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

div.expresscont p {
	font-size: .75em;
	line-height: 1.4em;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	margin: 0px 8px 0px 8px;
	padding: 0px;
	}

/* END CONTENT STYLES */
	-->