a.content:link, a.content:visited {
	color: mediumblue;
	font-weight: bold;
	font-family: sans-serif;
	text-decoration: none;
}

a.content:hover {
	color: red;
}

a:link, a:visited {
	color: silver;
	font-weight: bold;
	font-family: sans-serif;
	text-decoration: none;
}

a:hover {
	color: red;
}

#body {
	background: white url("images/background.png") no-repeat fixed center center;
	font-family: serif;
	margin: 0 0 0 0;
}

#content {
	margin: 0pt 36pt 12pt 144pt;
	padding-top: 24pt;
	/*border-left: medium solid black;*/
	padding-left: 12pt;
	line-height: 140%;
}

#logo {
	bottom: 9pt;
	position: fixed;
	width: 153px;
}

/*
#navigation {
	margin-top: 45px;
	float: left;
	width: 153px;
	text-align: center;
}
*/

#navigation {
	/*top: 45px;*/
	position: fixed;
	width: 128pt;
	text-align: center;
	border-right: thin solid black;
	padding: 72pt 5pt 5pt 5pt;
	height: 100%;
}

div.figure {
	text-align: center;
}

hr {
	height: 3px;
}

p.address {
	text-align: center;
	font-size: .70em;
	font-family: sans-serif;
}

p.download {
	text-align: right;
	font-family: sans-serif;
}

p.figure-desc {
	font-style: italic;
}

p.paper-navigation {
	text-align: right;
	margin-left: 10%;
	border-width: thick 0 thin 0;
	border-style: solid;
	border-color: cadetblue;
}

p.title-author {
	margin-top: 0pt;
	font-style: italic;
	text-align: right;
	border-bottom: 1pt solid black;
	margin-bottom: 12pt;
}

p.title-page {
	font-size: 1.80em;
	font-weight: bold;
	margin-bottom: 8pt;
	line-height: 1.2em;
}

p.title-page-desc {
	margin-top: 0pt;
	font-size 1.20em;
	font-weight: bold;
	font-style: italic;
	font-stretch: narrower;
}

p.title-section {
	margin-top: 0pt;
	font-size 1.20em;
	font-weight: bold;
	font-stretch: narrower;
	margin-bottom: 1pt;
}

p.title-section-desc {
	margin-top: 0pt;
	font-size .80em;
	font-style: italic;
}

p.title-subsection {
	margin-top: 0pt;
	font-size 1.20em;
	font-weight: bold;
	font-style: italic;
	font-stretch: narrower;
	margin-bottom: 1pt;
}

p.copyright {
	font-style: italic;
	font-size: .70em;
}

p.button {
	background-color: black;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

