html {
  overflow         : scroll;
}

body {
  background       : white;
  font-family      : Arial,helvetica;
}


table.main { 
  border           : 0;
  background       : #D2D0AE;
  width            : 800px;
  border-collapse  : collapse;
}

.inner {
  width            : 100%;
  height           : 430px;
  border-collapse  : collapse;
}

.conttab {
  width            : 700px;
  border-collapse  : collapse;
}

/* Table properties for nav buttons on slides */
.slidenav {
  width            : 710px;
  border-collapse  : collapse;
}

/* Table properties for content */
.narrow {
  border           : 0;
  width            : 500px; 
  border-collapse  : collapse;
}

td {
  padding          : 0;
  border-spacing   : 0;
}

.menubar {
  background-color : #808080;
  height           : 22px;
}

.margin {
  background-color : #808080;
  width            : 1;
  height           : 100%;
}

.content {
  height           : 100%;
  width            : 100%;
  vertical-align   : top;
  padding          : 10;
}

.copyright {
  height           : 100%;
  width            : 100%;
  vertical-align   : bottom;
  padding          : 5;
  text-align       : center;
}

.data {
  padding          : 5;
  vertical-align   : top;
}

/* Properties for nav buttons on slides */
.slidenavtd {
  float            : right;
  vertical-align   : top;
}

/* Properties for comment cells on slides */
.slidetitle {
  width            : 85%;
  vertical-align   : middle;
}

.galthumbtd {
  vertical-align   : middle;
  text-align       : center;
}

/* Put a border around gallery slides */
#photo {
	border-width      : 5;
	border-color      : #C0C0C0;
	border-style      : solid;
	margin            : 3;
}

/* Put a border around gallery thumbs */
#galthumb {
	border-width      : 5;
	border-color      : #C0C0C0;
	border-style      : solid;
	margin            : 3;
}

.bullet {
  width            : 6px;
  height           : 6px;
  margin-left      : 5px;
  margin-right     : 5px;
  margin-bottom    : 2px;
}

h1,h2,h3,h4,h5,p,ul,li {
  font-family      :  Arial,helvetica
}

.sldtxt {
  text-align       : center;
  margin-left      : 5em;
  margin-bottom    : 0.1em;
}

.sldtxtnoindent {
  text-align       : center;
  margin-bottom    : 0.1em;
}

.sldcmt {
  text-align       : center;
  margin-left      : 8em;
  margin-top       : 0.1em;
}

p {
  font-size        : 10pt;
}

h1 {
  font-size        : 200%; 
  font-family      : Tahoma,Arial,helvetica; 
  margin-top       : 1em;
  margin-bottom    : 1em;
}

h2 {
  font-size        : 150%; 
  font-style       : italic;
}

h3 {
  font-size        : 125%; 
  margin-top       : 2.5em;
}

/* heading style for slide comments */
h4 {
  font-size        : 90%; 
  margin-bottom    : -0.3em;
}

/* for unvisited links */
:link { 
  color            : #000099;
}

/* for visited links */
:visited { 
  color            : #660066;
}

/* when link is clicked */
a:active {
  text-decoration  : none;
} 

/* when mouse is over link */
a:hover {
  text-decoration  : none;
}
