@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	margin-top: 1em;
	background: #600;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12pt;
}
#Logo h1, #Logo h2 {
	position: absolute;
	top: -500px;
}
a, a:visited, a:active {
	color: #000099;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
.Bold {
	font-weight:bold;
}
#MainTable {
	background-color: #FFFFFF;
}
.Footer {
	background-color: #660000;
	font-size: .8em;
	color: #FFFFFF;
	text-align: center;
}
.Header {
	color:#000066;
	font-size: 1.5em;
	text-align: center;
}
.SubHeader {
	color:#660000;
	font-size: 1.2em;
	font-weight:bold;
	text-align: center;
}
.Slides {
	font-size: .8em;
	text-align: center;
}
