/*
 * Combined style sheet for the index pages and the slide pages.
 */
/* Style for all bodies. */
body { color: #808080; font-weight: bold; font-size: 8px; font-family: "Trebuchet MS", Verdana, Arial, sans-serif; background-color: white; text-align: left; letter-spacing: 0px; margin: 5 }
/* Style for all table cells. */
td  { color: black; font-size: 15px; font-family: Arial, sans-serif }
/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: black;
	border-style: solid;
	margin: 5;
}
/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: center;
	vertical-align: bottom;
}
/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
}
/* Don't have margins on the slide pages. */
body#slide  { color: black; font-size: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; margin: 0 }
/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 10px;
}
/* Header */
h1           { color: teal; font-style: normal; font-weight: bolder; font-size: 14px; font-family: tahoma, Verdana; line-height: 16px; text-align: left  }
h2     { color: black; font-weight: bold; font-size: 9px; font-family: tahoma, "Trebuchet MS", Verdana; text-align: center }
h4  { color: #cc3; font-weight: bolder; font-size: 11px; font-family: tahoma, "Trebuchet MS", Verdana; line-height: 14px; text-align: left  }
h3     { color: #9c6; font-style: normal; font-weight: bolder; font-size: 11px; font-family: tahoma, "Trebuchet MS", Verdana; text-align: left }
h5   { color: teal; font-style: normal; font-weight: bolder; font-size: 12px; font-family: tahoma, "Trebuchet MS", Verdana; text-align: left }
h6     { color: black; font-style: normal; font-weight: 500; font-size: 12px; font-family: tahoma, "Trebuchet MS", Verdana; line-height: 18px; text-align: left  }
/* Custom link styles */
a:active {
	text-decoration: none;
	color: #FF0000
}
a:visited {
	text-decoration: none;
	color: #000088
}
a:hover {
	text-decoration: underline;
	color: #FF5500
}
a:link   { color: #696969; font-weight: bolder; font-size: 10px; font-family: tahoma, "trebuchet ms"; text-decoration: none; text-align: left  }
#imageinfo {
	visibility: hidden;
}

