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


/* Style for all bodies. */
body {
	font-family: Times New Roman;
	background: #DDD9B0 url(../gifs/background.gif);
	color: black;
	margin: 5;
}


/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: black;
	border-style: solid;
	margin: 5;
}

.nav {
	font-weight: bold;
	font-size: 26px;
}

/* Align the content of the cells on the index pages to the center. */
#index td {
	text-align: center;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
}


/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 11pt;
	text-align: center;
}


/* Image captions */
#slide .comment {
	font-size: 10pt;
	text-align: left;
}

/* Header */
h1 {
	font-size: 30px;
	font-weight: bold;
	color: rgb(105,107,90);
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #FF8080
}

a:visited {
	color: "gray"
}

a:hover {
	text-decoration: underline;
	color: #FF8080
}

a:link {
	color: "red"
}

#imageinfo {
	visibility: hidden;
}


.smalltext		{ font-size:small; }
.note			{ font-size:small; color:navy; }
.date			{ font-size:x-small; }

table.outer		{ width:90%; border:0; padding:0; }

td.bodytext		{ vertical-align:top; text-align: justify; }
td.centred		{ vertical-align:top; text-align: center; }
td.bodytextsmall	{ font-size:small; vertical-align:top; text-align: justify; }

p.centred		{ text-align:center; }
p.footer		{ font-size:xx-small; }
p.imagecaption	{ font-size:xx-small; }
