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

/* Style for all bodies. */
body {
  margin: 0px;
  padding: 0px;
  background-color: #FFF;
  font-family: Arial, Tahoma, Verdana, Helvetica;
  font-size: 9pt;
  font-weight: normal;
  color: white;
  scrollbar-track-color: #08618C;
  color: #000000;
  }

.pagetitle { padding-left: 5px; letter-spacing: 3px; font-size: 11pt; padding: 2px; height: 20px; background-color: #6796C9; font-weight: bold; color: #FFFFFF; width: 100%; border-top: solid #CCD8E8 2px; }

.bluemenucell { border-bottom:2px solid #FFFFFF; background-color: #007BBD; padding: 2px; height: 20px; font-weight: bold; color: #FFFFFF; width: 100%; }

.yellowmenucell { border-bottom:2px solid #FFFFFF; background-color: #FFE035; padding: 2px; height: 20px; font-weight: bold; color: #FFFFFF; }

.content {
background: #FFFFFF;
letter-spacing: 1px;
font-size: 10pt;
color: #000000;
padding-left:5px;
}

.content-heading {
letter-spacing: 1px;
font-size: 12pt;
font-weight: bold;
color: #000000;
}

.content-devider {
height: 7px;
}


A:link {
COLOR: #6B9ABD;
FONT-SIZE: 9pt;
FONT-FAMILY: Arial, Tahoma, Verdana, Helvetica;
TEXT-DECORATION: bold;
}

A:visited {
COLOR: #6B9ABD;
FONT-SIZE: 9pt;
FONT-FAMILY: Arial, Tahoma, Verdana, Helvetica;
TEXT-DECORATION: bold;
}

A:hover {
COLOR: #DDDDDD;
FONT-SIZE: 9pt;
FONT-FAMILY: Arial, Tahoma, Verdana, Helvetica;
TEXT-DECORATION: bold,underline;
}

A:active {
COLOR: #6B9ABD;
FONT-SIZE: 9pt;
FONT-FAMILY: Arial, Tahoma, Verdana, Helvetica;
TEXT-DECORATION: bold;
}

.menu {
        font-family: Arial, Tahoma, Verdana, Helvetica;
  font-size: 9pt;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration : none; 
}

table.menu a {
display: block;
width: 100%;
COLOR: #FFFFFF;
FONT-SIZE: 11pt;
font-weight: bold;
FONT-FAMILY: Arial, Tahoma, Verdana, Helvetica;
text-decoration : none;
}

div.menu a:link {
width: 100%;
  COLOR: #FFFFFF;
  FONT-SIZE: 11pt;
  font-weight: bold;
  FONT-FAMILY: Arial, Tahoma, Verdana, Helvetica;
  text-decoration : none;
}

div.menu a:active {
width: 100%;
  COLOR: #FFFFFF;
  FONT-SIZE: 11pt;
  FONT-FAMILY: Arial, Tahoma, Verdana, Helvetica;
  TEXT-DECORATION: bold;
}

div.menu a:visited {
width: 100%;
  COLOR: #FFFFFF;
  FONT-SIZE: 11pt;
  font-weight: bold;
  FONT-FAMILY: Arial, Tahoma, Verdana, Helvetica;
  text-decoration : none;
}

div.menu a:hover {
width: 100%;
FONT-FAMILY: Arial, Tahoma, Verdana, Helvetica;
background: #000080;
font-size: 11pt;
font-weight: bold;
color: #FFE035;
TEXT-DECORATION: none;
}

img {
	border-color: #8e8eb2;
}


.comment {
	font-weight: bold;

}

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

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

/* Style for all table cells. */
td {
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

.camera {
	font-size: 9px;
}

/* 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;
}

body {
	margin: 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;
}


#imageinfo {

	font-size: 11px;
}

