body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Georgia, 'Trebuchet MS', helvetica, serif;
	font-size: 12pt;
	text-align: left;
	background-color: #fff;
	color: #333;
}

a {color: #000; background-color: transparent; text-decoration: underline;}
a:link {color: #000; background-color: transparent; text-decoration: underline;}
a:visited {color: #000; background-color: transparent; text-decoration: underline;}
a:hover {color: #fff; background-color: transparent; text-decoration: underline;}
a:active {color: #fff; background-color: transparent; text-decoration: underline;}

#header {
	padding: 0;
	margin: 0;
	width: 100%;
	border-bottom: 3px double #333;
}

#main {
	text-align: left;
	font-size: 12pt;
	width: 100%;
}

#header h1 {
	padding: 0;
	margin: 0;
	font-size: 22pt;
	text-align: left;
	color: #333;
	background-color: transparent;
}

#header h2 {
	text-align: left;
	padding: 0;
	margin: 0;
	font-size: 20pt;
	color: #333;
	background-color: transparent;
}

h3 {
	text-align: left;
	padding: 0;
	margin: 0.5em 0 0 0;
	font-size: 18pt;
}

h4 {
	text-align: left;
	padding: 0;
	margin: 0;
	font-size: 14pt;
}

h5 {
	text-align: left;
	padding: 0;
	margin: 0;
	font-size: 12pt;
}

#header img {
	display: none;
}

#footer {
	width: 100%;
	margin-top: 1em;
	padding: 0.2em 0 0 0;
	font-size: 10pt;
	border-top: 3px double #333;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 0;
}

.presenter {
	font-style: italic;
}

/* navigation styles */

#navigation {
	display: none;
}
