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

/* Style for all bodies. */
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: black;
	color: #663300;
	margin: 5;
}

/* Style for all table cells. */
td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	margin: 5;
}


/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: #888888;
	border-style: solid;
	margin: 5;
	color: 9999CC;
}

.nav  { font-family: Arial, Helvetica, sans-serif; color:#E2C37B; font-size: 18px; font-weight: bold; font-stretch: semi-expanded 
}

.nav2  { color:#E2C37B; 
	font-size: 14px; 
	font-style: italic; 
	font-weight: bold; 
	font-stretch: semi-expanded 
}

.nav3  { font-size: 10px; 
	font-stretch: semi-expanded;
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #666666;
}
.nav4 {
font-size: 10px; 
	font-stretch: semi-expanded;
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #D4D1AA;
}

/* Header */
.h1    {
	font-family: Arial, Helvetica, sans-serif;
	color:#990335;
	font-size: 26px;
	font-weight: bold;
	font-stretch: semi-expanded;
	font-variant: small-caps;
	text-transform: none;
}

.h2    { font-family: Arial, Helvetica, sans-serif; 
	color:#666633; 
	font-size: 16px; 
	font-weight: bold; 
	font-stretch: semi-expanded 
}

.h3    {
	font-family: Arial, Helvetica, sans-serif;
	color:#666633;
	font-size: 12px;
	font-weight: bold;
	font-stretch: semi-expanded;
	font-style: italic;
}

.h4   { font-family: Arial, Helvetica, sans-serif; 
	color:#D4D1AA; 
	font-size: 16px; 
	font-weight: bold; 
	font-stretch: semi-expanded 
}


/* Custom link styles */
a:active {
	text-decoration: underline;
	color: #666666;
}

a:visited {
	text-decoration: underline;
	color: #666666;
}

a:hover {
	text-decoration: underline;
	cursor:hand;
	color: #FFFFCC}

a:link {
	text-decoration: underline;
	color: #666666}
	
