/*
 * 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;
}

/* Style for all table cells. */
td {
	font-family: Arial, sans-serif;
	font-size: 10px;
}

/* 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: 20px;
}

/* Align the content of the cells on the index pages to the center. */
#index td {
	text-align: center;
	line-height: 95%;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 4px;
}


/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}

/* Header */
h1  { 
	font-size: 10pt; 
	font-weight: bold; 
	margin-top: 0; 
	margin-bottom: 4; 
	font-family:Verdana,Arial,Helvetica, Sans-serif; 
	color: #FF00FF ;
}
h2  { 
	font-size: 9pt; 
	font-weight: normal; 
	margin-top: 0; 
	margin-bottom: 0; 
	font-family:Arial,Helvetica, Sans-serif; 
	color: #FF00FF ;
}
/* Custom link styles */

a {
	text-decoration: none;
	color: #CCCCCC
}

a:link {
	text-decoration: none;
	color: #CCCCCC
}

a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF
}

a:active {
	text-decoration: none;
	color: #FFAAAA;
}


.lnk a:active {
	text-decoration: none;
	color: Red;
}

.lnk a:visited {
	text-decoration: none;
}

.lnk a:hover {
	text-decoration: underline;
}

.lnk a:link {
	text-decoration: none;
}


#imageinfo {
	visibility: show;
}
