body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}

.date_indent {
	padding: 0px 0px 0px 6px;
}

.menu2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.menu2_linespace {
	line-height: 170%;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.date2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
.bcopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.style7 {color: #00FF33}

.style11 {	
	color: #CC6600;
	font-size: 12px;
	font-weight: bold;
}

.style11_red {	
	color: red;
}


.style10 {	color: #000000;
	font-size: 10px;
	font-weight: normal;
	line-height: 140%;
}
.style18 {color: #F89832}
.style19 {font-size: 11px; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000;}
.style21 {color: #FFFFFF}
.style22 {
	font-size: 11px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC6600;
	font-weight: bold;
}
	
.LogoBannerImage {
	border: 0px solid lightgrey;
}

.MapHeaderText_NonHyperLinked {
	font-size: 12px; 
	margin: 5px 0 15px 0;
}

.MapNavHyperlink {
	color: blue;
}

.JSFeedMsgLink {
	color: blue;
}


/* ----- Text formatting ----- */

	.text-title-header {
		margin-top: 0px; color: #CC6600; font-size: 14px; font-weight: bold;
	}

	.text-content {
		margin: 5px 0 20px 0; font-size: 11px; line-height: 18px;
	}

	.text-content p {
		margin: 5px 0px 10px 0px;
	}

	.text-route-mileage {
		margin: 2px 0px 2px 0px;
		font-weight: bold;
		font-size: 11px;
	}

	.text-title-header-historical {
		margin-top: 0px; color: gray; font-size: 14px; font-weight: bold;
	}

	.text-content-historical {
		margin: 2px 0 15px 0; font-size: 11px; line-height: 14px;
	}

	.text-content-historical p {
		margin: 5px 0px 5px 0px;
	}
	
	
/* ----- Calendar formatting ----- */

	.calendar-appt-date-column {
		width: 10%; float: left; text-align: center; height: 100%; position: relative; margin: 3px 0 0 0;
	}

	.calendar-date-month {
		font-size: 12px; font-weight: bold;
	}

	.calendar-date-day {
		font-size: 18px; font-weight: bold;
	}

	.calendar-date-year {
		font-size: 12px; font-weight: normal;
	}

	.calendar-appt-content-column {
		width: 415px; height: 100%; margin: 0 0 0 10px; float: left; position: relative; font-size: 11px; line-height: 18px;
	}

	.calendar-appt-title {
		margin: 0 0 5px 0; color: #CC6600; font-size: 14px; font-weight: bold;
	}

	.calendar-appt-content {
		margin: 0px 0px 5px 0px;
	}
	
	.CalendarMonth {
		margin-bottom: 15px;
	}

	.CalendarMonthHeader {
		width: 100%;
		padding-bottom: 2px;
		border-bottom: 1px solid gray;
		font-weight: bold;
		font-size: 12px;
	}

	.CalendarContent {
		margin: 5px 0px 0px 0px;
		padding: 10px;
		background: #F4F2F2;
		border-bottom: 1px gray dashed;
		overflow: auto;
	}


