/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12pt;
	background-color: white;
	color: black;
	margin:  15;
}

/* Style for the big standalone picture */
.resized-image {
	border-width: 1;
	border-color: black;
	border-style: solid;
	margin: 5;
}

/* Margins for the thumbnail table cells on the index page. */
.thumbnail-cell {
	padding-right: 10;
	padding-bottom: 3;
	
}

/* Margins for the thumbnail images on the index page. */
.thumbnail-image {
	border-width: 1;
	border-color: black;
	border-style: solid;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 0;
	
}

/* Style for all table cells. */
td {
	font-size: 10pt;
}

/* Style for title of index page */
span.index-title-text {
	font-size: 22pt;
	font-weight:  bold;
	color: #336666;
	text-align: left;
}

/* Style for the 'return to index' text */
span.returntoindex-text {
	font-size: 10pt;
	text-align: right;
	margin-right: 5;

}

/* Style for the 'return to index' image */
img.returntoindex-image {
	vertical-align: middle;
	padding-right: 2;
	border: 0;
}

/* Style for image captions, used for photo attribution */
.caption {
	margin-top:10;
	margin-bottom:0;
	font-size: 10pt;
	text-align:center;
	position:relative;
	top:30;
}

/* Style for the last paragraph on each slide page */
.para {
	margin-top:15px;
	margin-bottom:-25px;
	padding-bottom:0px;
}

/* Style for a list at the bottom of a page */
ul.bottom {
	padding-bottom:0px;
	margin-bottom:0px;
	padding-top:0px;
	margin-top:0px;
}
