body {

      scrollbar-3dlight-color : #00CCCC;
      scrollbar-highlight-color : #CCFFFF;
      scrollbar-darkshadow-color : #3399CC;
      scrollbar-shadow-color : #99FFFF;
      scrollbar-face-color : #009999;
      scrollbar-arrow-color : #99CCCC;
      scrollbar-track-color : #66FFFF;

}
     
/*
 * Combined style sheet for the index pages and the slide pages.
 */

/*
 * This style template pops up a color dialog so users can choose background color
 * The choice is then saved in the project
 */




/* Style for all bodies. */
BODY {
  background: #748787;
  color: #003232;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: Tahoma, Arial,helvetica;
  background-image: none;
  background-color: #748787;
  text-align: center;
}


table.nav {
  cellspacing: 6;
  cellpadding: 4;
  width: 100%;
  border-right: 0px dotted #999;
  font-size: 16pt;
  font-weight: bold;
}

.header {
	border-bottom-width:0px;
	border-bottom-style:dotted;
	border-bottom-color: #999;
	color: #003131;
	font-family: Tahoma, Arial,helvetica;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}


.nav {
	font-family: Tahoma, Arial,helvetica;
	font-weight: bold;
	font-size: 20px;
}
.datetime {
	font-family: Arial,helvetica;
	font-size: 8pt;
	vertical-align: top;
}

.firstlast {
	font-family: Arial,helvetica;
	font-size: 8pt;
	vertical-align: top;
	text-align: right;
}

/* 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 .thumb {
	border-width: 1px;
	border-color: #999;
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
}

.image {
	margin-top:10px;
	vertical-align: center;
	border-width: 1px;
}

.originalimage {
	margin-top:10px;
	margin-bottom:10px;
	border-width: 1px;
}

.comment {
  font-family: Tahoma, Arial,helvetica;
	text-align: center;
	font-size: 10pt;
}

.copyright {
	font-family: Arial;
	text-align: center;
	font-size: 7pt;
	font-style: italic;
	padding-left: 20px;
	padding-right: 20px;
}
.generated {
  font-size: 7pt;
  font-weight: normal;
  font-family: Arial;
  text-align: center;
}

/* Custom link styles */
a {
	text-decoration: none;
}

a:active {
	color: #FFAAAA;
}

a:visited {
	color: #AAAAAA;
}

a:hover {
	color: #FFFFFF
}

a:link {
	color: #CCCCCC
}

