@import url(common.css);

body {
	background-color: #ffffff;
	color: #000000;
	font-family: Georgia, 'Times New Roman', Times, serif;
	padding: 0;
}
#location, #pageheader, #quickmenu {
	display: none;
}
a {
	color: #000;
	font-style: italic;
	text-decoration: none;
}
#footer {
	display: none;
	margin-top: 2em;
}
.hideprint {
	display: none;
}
div.message {
	display: none;
}
.showhide {
	display: none;
}
table.sattable {
	border: solid 2px #000000;
	border-collapse: collapse;
	empty-cells: show;
}
table.sattable th {
	background-color: #eeeeee;
	border: solid 1px #aaaaaa;
	padding: 5px;
}
table.sattable td {
	border: solid 1px #aaaaaa;
	padding: 5px;
}
