@page {
	margin: 10%;
}

body {
	font-family: "Latin Modern Sans Serif",
		"LMSans10", "CMU Sans Serif",
		"Lucida Grande", "Lucida Sans Unicode",
		"Nimbus Sans L",
		"DejaVu Sans", "Bitstream Vera Sans",
		"Verdana", sans-serif;
	text-align: justify;
}

div {
	padding: 0;
	margin: 0;
}

div.body {
	position: absolute;
	left: 20%;
	top: 0;
	width: 55%;
	margin: 0 2.5% 2.5% 2.5%;
}

div.main {
	margin: 10%;
}

div.titlepage {
	text-align: center;
}

div.titlepage * {
	margin: 0;
}

p.author {
	text-indent: 0;
	display: none;
}

p.date {
	text-indent: 0;
}

div.window {
	border: 1px solid;
	margin: 1em 0;
	width: 100%;
	max-width: 120ex;
}

div.replies {
	margin-left: 10%;
}

a {
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.window div.title {
	position: relative;
	font-weight: bold;
	font-variant: small-caps;
	padding: 0.1em 0.2em;
}

div.menu {
	left: 1em;
	top: 0;
	width: 20%;
}

div.copyright {
	font-size: 80%;
	padding: 0 1em;
	margin: 0 0 2em 0;
}

div.menu a {
	display: block;
	text-align: center;
	text-decoration: none;
}

div.navbar a {
	display: block;
	text-decoration: none;
}

p {
	text-indent: 3%;
	margin: 1em 0 0 0;
}

p.first {
	text-indent: 0;
	margin-top: 0;
}

table {
	margin: 1em;
}

th {
	text-align: left;
	vertical-align: top;
}

td {
	text-align: left;
	vertical-align: top;
}

.noborder, div.menu .noborder {
	border: none;
}

table.noborder td, th {
	border: none;
}

table.seamless {
	margin: 0;
	padding: 0;
	border: none;
}

table.seamless tr td th {
	margin: 0;
	padding: 0;
	border: none;
}

.thinborder {
	border: 1px solid;
	border-collapse: collapse;
}	

.thinborder td, .thinborder th {
	border: 1px solid;
	border-collapse: collapse;
	padding: 0.1em;
}

hr {
	width: 100%;
	margin: 1em auto;
	border: none;
	height: 1pt;
	color: #000000;
	background-color: #000000;
}

object {
	width: 100%;
	height: 12em;
	margin: 0;
}

a.footnote {
	vertical-align: top;
	font-size: 50%;
	text-decoration: none;
}

p.footnote {
	text-indent: 0;
}

h1 {
	font-size: 180%;
	font-weight: normal;
	text-align: center;
}

h2 {
	font-size: 140%;
	font-variant: small-caps;
}

h3 {
	font-size: 130%;
	font-weight: bold;
}

h4 {
	font-size: 115%;
	font-weight: bold;
}

h5 {
	font-size: 100%;
	font-weight: bold;
}

h6 {
	font-size: 100%;
	font-weight: normal;
}

tr.even {
	background-color: #cccccc;
}

@media print {
	body {
		font-family: "CMU Serif",
			"Garamond",
			"URW Bookman L",
			"DejaVu Serif", "Bitstream Vera Serif",
			serif;
		text-align: justify;
		color: #000000;
		background-color: #ffffff;
		font-size: 9pt;
	}

	p {
		text-indent: 5%;
		margin: 0;
	}

	div.menu {
		display: none;
	}

	div.navbar {
		display: none;
	}

	div.body {
		left: 0;
		top: 0;
		width: 90%;
		padding: 10%;
	}

	div.body div.window {
		border: none;
		width: 100%;
	}

	div.body div.title {
		display: none;
	}

	div.titlepage {
		margin: 10%;
	}

	h1 {
		text-align: center;
	}

	p.author, p.date {
		display: block;
	}

	hr {
		background-color: #000000;
		color: #000000;
	}

}

@font-face {
	font-family: "Latin Modern Sans Serif";
	font-weight: bold;
	font-style: italic;
	src: local("Latin Modern Sans Serif"),
	     url("../fonts/lmsans10-boldoblique.otf") format("opentype");
}

@font-face {
	font-family: "Latin Modern Sans Serif";
	font-style: italic;
	src: local("Latin Modern Sans Serif"),
	     url("../fonts/lmsans10-oblique.otf") format("opentype");
}

@font-face {
	font-family: "Latin Modern Sans Serif";
	font-weight: bold;
	src: local("Latin Modern Sans Serif"),
	     url("../fonts/lmsans10-bold.otf") format("opentype");
}

@font-face {
	font-family: "Latin Modern Sans Serif";
	src: local("Latin Modern Sans Serif"),
	     url("../fonts/lmsans10-regular.otf") format("opentype");
}

