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

/* Style for all bodies. */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #C5CEE9;
	color: #oooooo;
	margin: 5;
	SCROLLBAR-FACE-COLOR: #C5CEE9; 
	FONT-SIZE: 9px; 
	SCROLLBAR-HIGHLIGHT-COLOR: #C5CEE9; 
	SCROLLBAR-SHADOW-COLOR: #C5CEE9; COLOR: #000000; 
	SCROLLBAR-3DLIGHT-COLOR: #C5CEE9; 
	SCROLLBAR-ARROW-COLOR: #000000; 
	SCROLLBAR-TRACK-COLOR: #C5CEE9; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	SCROLLBAR-DARKSHADOW-COLOR: #C5CEE9; 
	SCROLLBAR-BASE-COLOR: #C5CEE9; 

	letter-spacing: 1px
}

/* 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: solid;
	font-size: 10px;
}

/* Header */
h1 {
	font-size: 10px;
	
}

/* Custom link styles */
a {
	COLOR: #000000; TEXT-DECORATION: none
}
a:link {
	COLOR: #000000; TEXT-DECORATION: none
}
a:visited {
	COLOR: #000000; TEXT-DECORATION: none
}
a:hover {
	COLOR: #FFFFFF; TEXT-DECORATION: underline
}
a:active {
	COLOR: #000000; TEXT-DECORATION: none
}
#imageinfo {
	visibility: hidden;
}
