@charset "utf-8";
/* CSS Document */

html, body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-color: #fff;
	color: #000;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
}

#navbar-list {
	display: none;
}

.itinerary-list {
	margin: 12pt 0;
	padding: 0 0 24pt;
	list-style-type: none;
}

