body {
	font-family: "Georgia", Times New Roman, Serif;
	color: #000;
	background: #fff;
}

ul#menu{
	display: none;
}

h1 {
	font-size: 24pt; 
	font-style: italic;
	margin: 0;
}
h2 {
	font-size: 18pt;
	font-style: italic;
}
h3 {
	font-size: 16pt;
	margin: 0;
}
h4 {
	font-size: 14pt;
}
a {
	color: #000;
	text-decoration: none;
}
p a:after {
	content: " ("attr(href)") ";
	font-size: 10pt;
}
img {
	clear: both;
}

/* print-specific styles from FRII orig */

/* hide the header */
#header {
	display: none;
}

/* hide the navigation bar */
#navigation {
	display: none;
}

/* hide the top pager */
.pager {
	display: none;
}

/* hide the footer navigation */
#footer-nav, #footerContainer {
	display: none;
}

/* set headers back to darker colors */
h1, h2, h3, h4 {
	color: #000000;
}

/* show the print version of the images */
.print-thumbnails {
	display: block;
	border: none;
	font-size:10pt;
}
.print-thumbnails  img{
	border: none;
}


/* hide the scroller (web) version of the images */
#media, .highslide-gallery {
	display: none;
}

/* remove the spacing on the left of the main body text to free up space */
#inner-wrapper {
	padding-left: 1em;
}