/*
Common page features
*/
BODY{ font-family: Verdana, Geneva; background-color: #ffffff; text-color: #000000 } 
.upArrow { background-image: url("../graphics/bgrnd/uparrow-blank.gif"); width: 18px; height: 18px; background-repeat: no-repeat }
.upArrow span { display:none } 
.dropCap { font-size: 200%; font-family: times; float: left; margin-top: -3pt; margin-right: 5pt }
.quote { text-align: left; font-size: x-small; } /* have to use blockquote tags for the quote class, doesn't work with span */
.quote em { FONT-WEIGHT: bold; font-size: xx-small }
.houseKeepingText { font-size: xx-small; text-align: right }

/*
Page features specific to particular trips
	mainly color and background images
*/
body.mnBgImageFontColor .upArrow { background-color: #457939 }
body.mnBgImageFontColor H1,H2,H3,H4,H5,H6 { color: #457939 }
body.mnBgImageFontColor .DropCap { color: #457939  }
