/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: #efefef;
	color: black;
	margin: 5;
	link-color: black;
}


a:link, a:visited, a:active {
	color:#8d8d8d;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#8d8d8d;
	font-weight:bold;
	text-decoration:none;
}
a.nav, a.nav:link, a.nav:active, a.nav:visited {
	
	padding:0;
	padding-left:0;
	padding-right:0;
	margin-top:1;
	color:#000000;
	border-bottom:0px solid #ffffff;
	display:block;
	text-transform:lowercase;
	background:#958878;

}


/* Style for all table cells. */
td {
	font-size: 10px;
}
