body {
		background-color: #ffffff;
		margin: 0;
		padding: 0;
}

body, p, table, a {
	font-family: arial, helvetica;
	font-size: 10pt;
	color: white;
	text-decoration: none;
}

table.main {
	width: 100%;
	border-collapse: collapse;
	background-color: #000;
	color: white;
}

tr.top {
	height: 2px;
}

tr.header {
	background-color: #000;
}

#title {
	color: white;
	font-weight: normal;
	letter-spacing: 3px;
	font-size: 30pt;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

h1 {
	margin-left: 10px;
}

a.black {
	color: black;
	text-decoration: none;
}

#subtitle {
	color: white;
	font-weight: normal;
	letter-spacing: 1.5px;
	font-size: 14pt;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#slideshow {
	color: white;
	background-color: #330000;
	font-weight: normal;
	letter-spacing: 1.5px;
	font-size: 18pt;
	margin-top: -1px;
	margin-bottom: -1px;
	margin-left: -1px;
	margin-right: 10px;
}

td.menu {
	background-color: #8d2129;
	color: white;
	font-family: arial, helvetica;
	font-weight: bold;
	font-size: 10pt;
	height: 20px;
	text-align: right;
	padding-right: 20px;
	white-space: pre;
}

p.body {
	color: white;
	font-family: arial, helvetica;
	font-size: 14pt;
	line-height: 1.5em;
	margin-left: 10px;
	margin-right: 10px;
}

p.home {
	color: white;
	font-family: arial, helvetica;
	font-size: 14pt;
	text-align: center;
	line-height: 1.5em;
	margin-left: 10px;
	margin-right: 10px;
}

#footer {
	background-color: #ffffff;
	color: black;
	text-align: left;
	font-size: 9pt;
}