body, p, td, th, ul, a {
	background-color: white;
	color: black;
	font-family: "Times New Roman", Garamond, serif; 
	font-size: 12pt;
}

#container {
	text-align: left;
	background-color: white;
	top: 0px;
	bottom: 0px;
	height: 100%;
}

#banner {
	text-align: right;
}

.head {
	padding: 0;
	border-spacing: 0;
}

.head tr td {
	padding: 0;
}

#content {
	height: 100%;
	border: none;
}

#sidebar {
	display: none;
}

#screen {
	display: none;
}

#footer {
	position: fixed;
	width: 100%;
	bottom: -40px;
	border-top: thin dotted black;
}

.simple {
	text-decoration: none;
	border: none;
}
a.simple:link {
	color: inherit;
}
a.simple:visited {
	color: inherit;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.noprint {
	display: none;
}

.screen {
	display: none;
}

a {
	text-decoration: none;
}

a:link {
	color: inherit;
}

a:visited {
	color: inherit;
}
dt {
	font-weight: bold;
}
