@charset "UTF-8";
/* CSS Document */
body, div {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	position: relative;
}
div#wrapper {
	color: #000000;
	margin-left: auto;
	margin-right: auto;
}
div#links {
	display: none;
}
div#links a {
	display: none;
}
h1 {
	font-size: 2.2em;
	font-weight: bold;
	line-height: 1.3em;
}
h2 {
	font-size: 1.7em;
	font-weight: bold;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a {
	text-decoration: underline;
}
.big {
	font-size: 1.7em;
}
.super {
	font-size: .5em;
	vertical-align: super;
}
table {
	margin-right: auto;
	border-style: none;
}
table th {
	font-weight: bold;
	text-align: left;
	padding-top: 1.2em;
}
table td.right {
	font-style: italic;
	text-align: right;
	vertical-align: top;
}
table td.left {
	text-align: left;
	vertical-align: top;
}
#bottomlinks {
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: .85em;
	text-align: center;
}
.creditline {
	font-size: .7em;
	font-style: italic;
	text-align: center;
}
div#hover {
	display: none;
}
div#finance img, div#special img {
	display: none;
}
div#imagelinks {
	display: none;
}


