/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #cacaca;
	color: black;
	margin: 0;
}

/* Style for all table cells. */
td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: black;
	border-style: solid;
	margin: 0;
}

/* Align the content of the cells on the index pages to the center and bottom. */

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

/* Margins on the slide pages. */
body#slide {
	margin: 5;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 12px;
}

/* Header */
h1 {
  background-color: black
	font-size: 12pt;
	font-weight: bold;
	margin-bottom : 0px;
	color : White;
	text-align : center;
	letter-spacing : 3px;
}
h2 
{
  font-size:         12pt; 
  font-weight:      normal;
  text-align:       right; 
  letter-spacing:     6px; 
  padding-top:       15px;
  padding-bottom:    15px; 
  margin-left:       2px;
  margin-right:      2px; 
  background-color: black;
  color:  white;
}
h2:first-letter
{
  color:      #ff3705;
  font-style: bold;
  font-size:  22pt;
}
/* Custom link styles */
a:active {
	text-decoration: none;
	color: #ff3705
}

a:visited {
	text-decoration: none;
	color: #ff3705;
}

a:hover {
	text-decoration: underline;
	color: #ff3705;
}

a:link {
	text-decoration: none;
	color: #ff3705
}

.generator {
	font-size : 9px;
	color : Silver;
}

.RowFirstLarge {
	background-color : #000000;
	font-style: bold;
  font-size:  22pt;
}
.RowFirst {
	background-color : #000000;
}
.RowSecond {
	background-color : #333333;
}

#imageinfo {
	visibility: hidden;
}

.number{

	font-weight : bold;
}


.button
{
	background : #F0F0F0;
	border : solid Gray;
	border-width : 1px 1px 1px 1px;
/*	font-size : 8pt;
	border-bottom-color : #555555;
	border-right-color : #666666;
	border-left-color : #D0D0D0;
	border-top-color : #E0E0E0;
	text-align : center;
	*/
	}
	
.bordertop
{
border : solid Gray;
border-width : 1px 1px 1px 1px;
}

.bordertopright
{
border : solid #000000;
border-width : 1px 1px 1px 1px;
}

.dent
{
	background : #000000;
		font-size : 8pt;
	text-align : center;
	}
	
	/*
	border-top-color : #555555;
	border-left-color : #666666;
	border-right-color : #D0D0D0;
	*/

