/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Verdana, Arial, sans-serif;
	background-color: white;
	color: black;
	margin: 5;
}


/* Style for all table cells. */
td {
	font-size: .9em;
}


/* Custom link styles */
a:active {
  text-decoration: none;
  color: #174ab3;	/* #104cc8 202082; 0B0B49;*/
  font-weight: bold;
  font-size: 0.9em;
}

a:visited {
  text-decoration: none;
  color: #174ab3;	/* #104cc8 202082; 0B0B49;*/
  font-weight: bold;
  font-size: 0.9em;
}

a:hover {
  text-decoration: none;
  color: #174ab3;	/* #104cc8 202082; 0B0B49;*/
  font-weight: bold;
  font-size: 0.9em;
}

a:link {
  text-decoration: none;
  color: #174ab3;	/* #104cc8 202082; 0B0B49;*/
  font-weight: bold;
  font-size: 0.9em;
}

.thumbImage {
	padding: 2px;
	border: 1px solid blue;

}

.slideImage {
	padding: 5px;
	border: 2px solid #dbdbdb; 
}

.grey {
	color: #9ea1a9;
	font-size: 0.9em;
	font-weight: bold;
}

.black {
	color: black;
	font-size: 0.9em;
	font-weight: bold;
}

