/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family:Verdana,Arial,Helvetica,sans-serif,"MS sans serif";font-size:13px;
	background-color: #330033;
	color: #E0E6FF;
	margin: 5;
	scrollbar-base-color: #990033; scrollbar-Track-Color: silver; 
	scrollbar-arrow-color: silver; scrollbar-DarkShadow-Color: gray;
}

/* Style for all table cells. */
td {
	
	font-size: 13px;
}

/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: #E0E6FF;
	border-style: solid;
	margin: 0;
}
.image2 {
	border-width: 16;
	border-color: #E0E6FF;
	border-style: solid;
	margin: 0;
}

/* Gallery title (same as H3) */
.nav {
	FONT-FAMILY: tahoma;
	font-weight: bold;
	font-size: 18px;
	color: #99CCFF;padding-top:6px; padding-bottom:10px
}

/* Align the content of the cells on the index pages to the left. */
/* #index td {
	text-align: left; 
}*/  ****Comment out*****

/* Remove the margin under the images on the index pages. */
#index .image {
	border-width: 1;
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
}


/* Highlight the image name on the slide pages. */
#slide .label {
	font-weight: normal;
	font-size: 10px;
	text-align: right;
}

#slide .name {
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
}

/* Header */
h1 {
	font-size: 30px;
	font-weight: bold;
}

/* Custom link styles */
a:active {
	font-weight: bold; text-decoration: none;
	color: #FF0000
}

a:visited {
	font-weight: bold; text-decoration: none;
	color: #FFCC00
}

a:hover {
	font-weight: bold; text-decoration: underline;
	color: #FF5500
}

a:link {
	font-weight: bold; text-decoration: none;
	color: #FFCC00
}

#imageinfo {
	visibility: hidden;
}
td.ulfoot
{
	border-top:1px solid #467193; padding-top: 5px
}
