body {
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.show_on_print {
	display: none;
}
.header_text {
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	text-align: center;
}
.header_navigation {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background-color: #000066;
	color: #FFFFFF;
}
.header_navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}	
.header_navigation li {
	margin: 0;
	display:inline;
}	
.header_navigation li a {
	display: block;
	padding: 5px 25px 5px 25px;
	background-color: #000066;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	display:inline;
}
.header_navigation li a:hover {
	text-decoration:underline;
}
.home_header {
	font-size: 16px;
	font-weight: bold;
}
.service_header {
	font-size: 18px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 0px;
}
.service_sub-header {
	font-size: 16px;
	font-weight: bold;
	padding-top: 6px;
}
.schedules_header {
	font-size: 16px;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 12px;
}
.schedules_navigation {
	font-size: 14px;
}
.img_border_none {
	border-style: none;
}
.contact_header_left {
	float: left;
	font-size: 18px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 8px;
}
.contact_header_right {
	float: right;
	width: 492px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 8px;
}
.plain_text p {
	font-size: 14px;
}
.footer {
	text-align: center;
	font-size: 13px;
}
