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

/* Style for all bodies. */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #ffffff;
	color: #000000;
}
img {
	border-width: 0px;
	border-color: #000000;
}

/* Custom link styles */
/*
a:link {
  text-decoration:none;
  font-weight:bold; color:#696969;
  }
a:visited {
  text-decoration:none;
  font-weight:bold;
  }
a:hover {
  text-decoration:none;
  font-weight:bold;
  }
a:active {
  text-decoration:none;
  font-weight:bold;
  }

.comment {
	color: black;

}
*/

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

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

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

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

/* Header */
H1 {
 font-family: "Arial","Helvetica",Sans-Serif;
 font-size:20pt;
 color:#cc0000;
 text-align: left;
}
H2 {
 font-family: "Arial","Helvetica",Sans-Serif;
 font-size:16pt;
 color:#cc0000;
 text-align: left;
}
H3,H4,H5,H6 {
 font-family: "Arial","Helvetica",Sans-Serif;
 font-size:12pt;
 color:#cc0000;
 text-align: left;
}


/* Headers in slide.htt */
H1.slide {
 font-family: "Arial","Helvetica",Sans-Serif;
 font-size:20pt;
 color:#cc0000;
 text-align: center;
}
H2.slide {
 font-family: "Arial","Helvetica",Sans-Serif;
 font-size:16pt;
 color:#cc0000;
 text-align: center;
}
H3.slide,H4.slide,H5.slide,H6.slide {
 font-family: "Arial","Helvetica",Sans-Serif;
 font-size:12pt;
 color:#cc0000;
 text-align: center;
}

#imageinfo {

	font-size: 11px;
}


