/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: "Times New Roman", Times, Helvetica;
	font-size: 80%;
	background-color: #f3efe7;
	color: #796758;
	margin: 5px;
}

/* Put a border on all generated images */
.image {
	border: 1px solid #a58663;
	padding: 2px 2px 2px 2px;
	margin: 6px;
	}
	
a {
	color: #b32515;
	text-decoration: underline;

}

# h1 {
	color: #715745;
	font-size: 150%;
	line-height:120%;
	margin-top:10px;
	margin-bottom:12px;
	padding-left: 18px;
	padding-bottom: 2px;
	border-bottom: 1px solid #e0d7c9; 
	background-image: url(../../layout/h1-pic.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	


/* Style for all table cells. */
td {
	font-size: 10px;
}
