body {
	padding-left: 138px;
	font-family: Georgia, "Times New Roman",
		Times, serif;
	color: silver;
	background-color: black;
	max-width:50em;
}
h1, h2, h3, h4, h5, h6 {
	color: aqua;
	font-family: Helvetica, Geneva, Arial,
		SunSans-Regular, sans-serif;
	font-style: italic;
}
a:link {
	color: #1E90FF;
}
a:visited {
	color: #FF00FF;
}
a:hover {
	color: blue;
	background-color: aqua;
}
address {
	margin-top: 1em;
	padding-top: 1em;
	border-top: thin dotted;
}
img.websitelogo {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	width: 138px;
	height: 183px;
}
ul.navbar {
	background: navy;
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 183px;
	left: 0;
	height: 100%;
	width: 138px;
}
ul.navbar li {
	background: blue;
	margin: 0.2em 0;
	padding: 0.1em;
	text-align: center;
	border-top: .1em solid aqua;
	border-bottom: .1em solid aqua;
	border-left: .1em solid aqua;
	border-right: .1em solid aqua;
}
ul.navbar a {
	color: yellow;
	font-family: Helvetica, Geneva, Arial,
		SunSans-Regular, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
ul.navbar a:hover {
	color: blue;
	background-color: yellow;
	cursor: crosshair;
}
div.footer {
	font-size: .7em;
	font-style: italic;
	/*font-weight: bold;*/
	color: gray;
	border-top: ridge;
}
div.crdisclaim {
	font-style: italic;
	font-weight: bold;
	color: gray;
}
div.whitebody {
	font-style: italic;
	font-weight: bold;
	color: navy;
	background-color: white
}
span.printfine {
	font-family: Georgia, "Times New Roman",
		Times, serif;
	font-style: italic;
	font-size: .7em;
}
span.printhidden {
	color: black;
}
span.printwarning {
	color: red;
	font-style: italic;
	font-weight: bold;
}
table {
	border-width: 0em 0em 0em 0em;
	border-spacing: 0em;
	border-style: none none none none;
	border-collapse: collapse;
}
table th {
	border-width: 0em 0em 0em 0em;
	padding: .5em 1em 0em 0em;
	border-style: none none none none;
	font-weight: normal;
	text-align: left;
}
table td {
	border-width: 0em 0em 0em 0em;
	padding: 1em 1em 0em 0em;
	border-style: none none none none;
	font-family: Helvetica, Geneva, Arial,
		SunSans-Regular, sans-serif;
	font-size: .6em;
	white-space: pre;
}

/*
table {
	border-color: gray gray gray gray;
	background-color: white;
	}
table th {
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0em 0em 0em 0em;
	}
table td {
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0em 0em 0em 0em;
	}
*/

