/*
 * Combined style sheet for the index pages and the slide pages.
 */

body {
	font-family: Verdana, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #663300;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
a {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #330099;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #ee4444;
	line-height: 40pt;
	margin: 0px;
	padding: 0px;
}
.caption {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #663300;
	font-weight: lighter;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18pt;
	color: #663300;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF3333;
	margin: 0px;
	padding: 0px;
}
.comingsoon {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}


/* Style for all table cells. */
td {
	font-size: 10px;
}

/* 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 {
	margin: 0;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}


#imageinfo {
	visibility: hidden;
}
