/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Century Gothic, Verdana sans-serif;
	font-size: 13px;
	background-color: #FDFDFD;
	color: #666666;
	margin-left: 4;
	margin-top: 4;


}

/* Style for all table cells. */
td {
	font-family: Century Gothic, Verdana sans-serif;
	font-size: 12px;
}

/* 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: 18px;
}

/* Header */
h1 {
	font-size: 20px;
	font-weight: bold; margin-left:0; margin-top:0; margin-bottom:0
}

h2 {
	font-size: 16px;
	font-weight: bold; margin-left:0; margin-top:0; margin-bottom:0
}

h3 {
	font-size: 14px;
	font-weight: bold; margin-left:0; margin-top:0; margin-bottom:0
}


/* Custom link styles */
a:active {
	text-decoration: none;
	color: #005826;
}

a:visited {
	text-decoration: none;
	color: #005826;
}

a:hover {
	text-decoration: underline;
	color: #003816;
}

a:link {
	text-decoration: none;
	color: #005826;
}

div
{
width:1;
height:1;
}
.textbox     { 
	font-size: 8pt;
	font-family: Century Gothic, Arial, sans-serif;
	background-color: #FFFFFF;
}

#imageinfo {
	visibility: hidden;
}
th           { font-size: 10pt; font-weight: bold; background-color: #EEEEEE; text-align:left}

img.transOFF {background-color: silver;}
img.transON {background-color: silver;opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;}
img.trans25 {background-color: silver;opacity:.25;filter: alpha(opacity=25); -moz-opacity: 0.25;}
img.trans75 {background-color: silver;opacity:.75;filter: alpha(opacity=75); -moz-opacity: 0.75;}