@charset "utf-8";
.noprint, h1, #nav, #footer {
	display: none;
}
html, body {
	color: #000;
	background: #fff;
}
#header, #contents, #map {
	height: auto;
	width: 100%;
}
#header {
	height: 42px;
}
.sifr {
	display: block;
	visibility: visible;
	position: static;
	left: auto;
	top: auto;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Futura LT Medium", 'Arial', sans-serif;
	font-weight: bold;
	color: #07539d;
}
h3 {
	font-style: italic;
}
a {
	color: #00529C;
}
a img {
	border: none;
}
img.left {
	float: left;
	margin-right: 10px;
}
img.right {
	float: right;
	margin-left: 10px;
}
table {
	width: 250px;
}
th, td {
	text-align: left;
}
th {
	padding-right: 10px;
}
td.right{
	text-align: right;
}

