/*
 * 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: #393939;
	color: white;
	margin: 5;
	scrollbar-face-color: #393939; 

}

/* Style for all table cells. */
td, pre {
	font-family: Arial, sans-serif;
	font-size: medium;
	line-height: 100%;
}

p {
	font-family: Arial, sans-serif;
	font-size: medium;
	line-height: 150%;
}
dl , span {
	font-family: Arial, sans-serif;
	font-size: small;
	line-height: 150%;
}

ul , li {
	font-family: Arial, sans-serif;
	font-size: medium;
	line-height: 150%;
}


INPUT	{ font-family: arial,sans-serif; font-size: x-small; 
		font-weight: bold; color: #ffffff; background-color: #393939; cursor:hand;}	

/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: #888888;
	border-style: solid;
	margin: 5;
}

.nav {
	font-weight: bold;
	font-size: 26px;
}
.web {
	font-size: 20px;
}

/* Align the content of the cells on the index pages to the center. */
#index td {
	text-align: center;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
}


/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}

/* Header */
h1 {
	font-size: 30px;
	font-weight: bold;
}
h2 {
	font-size: 24px;
	font-weight: bold;
}

/* Custom link styles */
a:active { 	text-decoration: none;	color: #FFAAAA;}

A:active  { color: #990000 ;text-decoration: none;}

a:visited { color: #0FFFFF;  cursor: hand; font-style: italic ;text-decoration: none;}

a:hover   { color: #ffffff; font-weight: normal; background-color: #A9A9A9 ;text-decoration: none;}

a:link    { color: #D3D3D3 ;text-decoration: none;}

#imageinfo {
	visibility: hidden;
	
}
/* Display none */
.nd	{ display none; 
}




