/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Arial, Helvetica, sans-serif;
	background:;
	background-color: #4E6670;
	background-image: url(images/bgtop.jpg);
	background-repeat: repeat-x;
}




/* Style for all table cells. */
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
	}


h1 {
	font-size: 8px;
	color: Black;
}
h2 {
	font-size: 18px;
	color: #A52A2A;
}
h3 {
	font-size: 10px;
	color: #999999;
}

/* Custom link styles */

a:link {
	text-decoration: none;
	color: #2F4F4F}

a:hover {
	text-decoration: none;
	color: #708090}
	
a:active {
	text-decoration: none;
	color: #336666;
}

a:visited {
	text-decoration: none;
	color: #336666;
}


#menu a, #menu a:visited {
  text-align: center; 
  text-decoration:none; 
  color:#D3D3D3; 
  padding: .30em 8px;
    font-size: 10px;
    line-height: normal;
    }

#menu a:hover {
  color: #DEB887;
}

.singlespace { line-height: 8px;  color: #FF0033;         }


.listing { font-size: 12px; }


.indent { padding-left: 20px;  padding-right: 20px;  }

