* {margin: 0; padding: 0; }

body {
	background-color: #090909;
	margin: 0;
	width: 100%;
	height: 100%;
}

#logo {
	text-align: center;
	padding: 2px 0px 0px 0px;
}

#tagline {
	color: #ffffff;
	font-family: serif;
	font-size: 9pt;
	font-style: italic;
	padding: 0px;
	text-align: center;
}

#bdy {
	margin: 80px 0;
}

table#content {
	color: #ffffff;
	font-family: sans-serif;
	font-size: 9pt;
	text-align: left;
	font-style: italic;
	width: 80%;
}

td#content {
	padding: 0px 10px 0px 10px;
	width: 100%
}

td.nav {
	vertical-align: top;
}

div.spacer16 {
	font-size: 1px;
	height: 16px;
	width: 16px;
}

#buffer25 {
	height: 25%;
}

#msg {
    color: white;
    font-family: sans-serif;
    font-size: 9pt;
    font-style: italic;
}

a:link, a:visited {
	color: #007600;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #007600;
	font-weight: bold;
	text-decoration: underline;
}