/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body, td, html {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: gray;
	color: black;
	margin: 0px;

        text-align: center;
        overflow-x: hidden; 
          
  scrollbar-face-color: gray!important;
  scrollbar-shadow-color: white!important;
  scrollbar-highlight-color: white!important;
  scrollbar-3dlight-color: gray !important;
  scrollbar-darkshadow-color: gray !important;
  scrollbar-track-color: gray!important;
  scrollbar-arrow-color: white !important;
}

body {

  margin-top: 8px;

}

/* Style for all table cells. */
td {
	font-family: Arial, sans-serif;
	font-size: 10px;
        
}


/* Remove the margin under the images on the index pages. */
.image {
	      
        border:none;
}


/* Custom link styles */
a:active {
	text-decoration: none;
	color: #000000
}

a:visited {
	text-decoration: none;
	color: #000000
}

a:hover {
	text-decoration: underline;
	color: #000000
}

a:link {
	text-decoration: none;
	color: #000000
}

