/*
 * Style sheet for the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: #ffffff;
	color: black;
	margin: 0;
}

/* Style for all table cells. */
td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* 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 : black;
	text-align : center;
	letter-spacing : 3px;
}
h2 
{
  font-size:         12pt; 
  font-weight:      normal;
  text-align:       center; 
  letter-spacing:     6px; 
  padding-top:       15px;
  padding-bottom:    15px; 
  margin-left:       2px;
  margin-right:      2px; 
  background-color: silver;
  color:  black;
}
h2:first-letter
{
  color:      black;
  font-style: bold;
  font-size:  22pt;
}

.generator {
	font-size : 9px;
	color : Silver;
}

.RowFirstLarge {
	background-color : white;
	font-style: bold;
  font-size:  22pt;
}
.RowFirst {
	background-color : white;
}
.RowSecond {
	background-color : silver;
}

