/*
 * 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: white;
	color: black;
	margin: 5;
}


/* Style for all table cells. */
p, td {
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 1px;
	padding-bottom: 1px;
	border-bottom: 1px;
}

h1 {
	font-size: 90px;
	font-weight: bolder;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: normal;
	margin-top: 20px;
	margin-bottom: 1px;
	padding-bottom: 1px;
	border-bottom: 1px;
	line-height: 80%

}
h2 {
	font-size: 10px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: -2px;
	padding-top: 1px;
	padding-left: 325px;
	border-top: 0px;
	line-height: 14px
}
