BODY, DIV, P { 
   font-family: verdana,arial,helvetica,sans-serif;
}
BODY {
   background-color: white;
   margin: 0px;
   font-size: 80%;
}
img { border: 0px; }

H5 { font-size: 100%; margin-top: 0; margin-bottom: 1ex; }

#addr A:link, #addr A:visited {
   color: #000080;
   MARGIN-TOP: 0px;
   font-style: normal;   
}
#addr {
	/*width: 200px; */
	position: absolute;
	top: 520px; left: 580px; left: 10px;
	padding-bottom: 0ex;
	text-align: left;
	font-size: smaller;
}


.number, .legendnumber { 
	border: 1px outset;
	background: red; 
	color: white; 
	padding: 1px 2px 1px 2px; 
	font-size: 80%;
	font-weight: bold;
	position: absolute;
	z-index: 10; 
	width: 1em;
	text-align: center;
}

#legend {
	position: absolute;
	background: white;
   width: 17em;
/*	width: 200px;*/
   top: 2.7em; left: 580px; 

}
.legendnumber {
	left: 0px; margin-top: 2px;
}
.legend P {
	margin-left: 1.6em; /*20px;*/
	margin-top: 0px;
	margin-bottom: 1ex;
}



.bar {
	background: #FFCC66; /* Orange */
	color: black; 
   padding: 2px 0px;
   
	font-weight: bold;
	position: absolute; 
	top: 0px; left: 0px; 
	margin: 0px;
	width: 100%;
	font-size: 120%;
   display: block;
   border-bottom: 2px solid black;
}
.bar DIV {
	display: inline;
	position: absolute;
   top: 2px;
	/*font-size: 11pt;*/
}
.tourtitle {
	left: 10px; 
}
.title {
	left: 250px; 
}
.bar .pages {
	left: 550px; top: 4px;
	font-size: 70%;
   font-weight: normal;
   white-space: nowrap;
}
.pages .page {
	display: inline;
}
.curpage {
	background: #CC9933; /* Brown */
}
.pages A:link, .pages A:visited {
	color: #0000CC;
	text-decoration: none;
}
.pages A:active, .pages A:hover {
	color: #663300; /* Dark brown */
	text-decoration: underline;
}






@media print {
   /* Emphasize current page number */
   .bar .pages, .bar .pages .page A:link, .bar .pages .page A:visited { color: gray; }
   .bar .pages .curpage { display: inline; color: black; font-weight: bold; }
}

@page { size: landscape; }


/* Orange-Blue scrollbar */
HTML {
   scrollbar-face-color: #FFDD99;    /* Main color is orange */ 
   scrollbar-highlight-color: white; /* Full white highlight */
   scrollbar-3dlight-color: #FFDD99; /* Same as main color */
   scrollbar-darkshadow-color: black;/* Darkest shadow is black */
   scrollbar-shadow-color: #cc9966;  /* Middle shadow is brown */
   scrollbar-arrow-color: black;     /* Black arrow */
   scrollbar-track-color: #EEEEFF;   /* Very light blue */ 
}
	
