/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: "#868581";
	color: #222222;
	margin-left: 4;
	margin-top: 4;


}

/* Style for all table cells. */
td {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

/* Put a border on all generated images */
.image {
	border:3px inset #888888; 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;
}


/* Header */
h1 {
	font-size: 14px;
	font-weight: bold; margin-left:0; margin-top:0; margin-bottom:0
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #222266; font-weight:bold
}

a:inactive {
	text-decoration: none;
	color: #222266; font-weight:bold
}

a:visited {
	text-decoration: none;
	color: #333377; font-weight:bold
	}

a:hover {
	text-decoration: underline;
	color: #000000; font-weight:bold
}

a:link {
	text-decoration: none;
	color: #222266; font-weight:bold;
}

div
{
width:1;
height:1;
}
.textbox     { 
	font-size: 8pt;
	font-family: Verdana, Arial, sans-serif;
}

#imageinfo {
	visibility: hidden;
}