body, a, p, td, th, div, span, h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial;
	color: #505050;
}

body {
	padding-left: 2em;
	margin: 0;
	background-color: #ffdd88;
}

body, p, td, th, div, span {
	font-size: 12pt;
}

h1 {
	font-size: 24pt;
	font-variant: small-caps;
	font-weight: lighter;
}

h2 {
	font-size: 14pt;
	font-variant: small-caps;
}

h3 {
	font-size: 12pt;
	font-weight: bolder;
}

p {
	margin-top: 0;
}

a {
	color: #0000a0;
}
a:link {
	text-decoration: underline;
}
:visited {
	text-decoration: underline;
}
:hover {
}
:focus {
}
:active {
}


div#webticker {
	text-align: center;
	border-bottom: 1px dotted #c0c0c0;
	font-size: 8pt;
	text-align: center;
	margin-top: 0em;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
}

div#navi {
	border-bottom: 1px dotted #c0c0c0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

div#top {
	border-bottom: 1px dotted #c0c0c0;
	margin-bottom: 1em;
}
div#top h1 {
	display: inline;
}
div#top h2 {
	margin-left: 2em;
	display: inline;
}

div#navi a {
	
}

div#content {
	width: 60em;
}

div#main-left {
	position: absolute;
	width: 20em;
	margin-top: 1em;
}

div#main-right {
	position: absolute;
	margin-left: 20.5em;
	width: 20em;
	margin-top: 1em;
}

p#printphoto {
	display: none;
}

@media print {
	div#navi {
		display: none;
	}

	div#content {
		position: relative;
		margin-left: 0em;
		margin-top: -1em;
		width: auto;
	}

	body {
		padding-left: 0em;
	}
	
	div#webticker {
		display: none;
	}
	
	p.noprint {
		display: none;
	}
	
	p#printphoto {
		display: block;
	}
	
	form#form-contact {
		display: none;
	}

	a, a:link, a:visited {
		color: #707070;
		text-decoration: none;
	}
}

div#content h3 {
	margin-bottom: 0;
}

p.notes {
	border-top: 1px dotted #c0c0c0;
	margin-top: 3em;
	padding-top: 0.5em;
	font-size: 10pt;
}
p.notes table {
	border-collapse: collapse;
}
table.notes tr td {
	font-size: 10pt;
	padding: 0 1em 0 0;
}

p.image {
	text-align: left;
	float: left;
	margin-right: 2em;
	margin-bottom: 1em;
}

p.cite {
	font-style: italic;
	margin-bottom: .7em;
}