@charset "utf-8";

body {
	line-height: 1.4;
	font-family: "Helvetica Neue",Helvetica,Segoe,"Segoe UI","Segoe WP",Calibri,Arial,clean,sans-serif;
}

#header,
#container,
#index {
	clear: both;
	width: 80%;
	margin: 0 auto;
}

h1,
h2,
h3,
h4,
.figure,
.table {
	clear: both;
}

h1 {
	margin: 2.8em 0 1.4em;
	text-align: center;
	font-size: 150%;
}

h2 {
	text-align: center;
	font-size: 125%;
}

h3 {
	font-size: 112.5%;
}

h4 {
	font-size: 105%;
}

p {
	margin: 0 0 1.4em;
	text-align: justify;
	text-indent: 2em;
}

p.noindent {
	text-indent: 0;
}

a:hover {
	color: #F00;
}

table {
	margin: 1.4em auto;
}

th,
td {
	vertical-align: top;
	font-size: 85%;
}

dl {
	margin: 1.4em 0 1.4em 2em;
}

p.caption {
	text-align: center;
	text-indent: 0;
	font-weight: bold;
	font-size: 95%;
}

p.figure,
p.table {
	text-align: center;
}

p.figure img,
p.table img {
	margin: 0 auto;
}


/* index */

#index {
	width: 80%;
	max-width: 500px;
	font-size: 90%;
}

#index h1 {
	margin: 2.8em 0 1.4em;
}

#index h2 {
	margin: 2.8em 0 1.4em;
	text-align: left;
}

#index h3 {
	margin: 1.4em 0 0.7em 20px;
}

#index h4 {
	margin: 0.7em 0 0em 40px;
}

#index p {
	margin: 0.35em 0 0 60px;
	text-align: left;
	text-indent: 0;
}

#index p.subtitle {
	margin: 1.4em 0;
	text-align: center;
	text-indent: 0;
}

#index p.figure,
#index p.table {
	position: relative;
	min-height: 23px;
	margin-left: 80px;
	padding: 0 0 0 30px;
	text-indent: 0;
}
* html #index p.figure,
* html #index p.table {
	height: 23px;
}

#index p.figure a.icon,
#index p.table a.icon {
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #00E;
}

#index p.figure a.icon:hover,
#index p.table a.icon:hover {
	border-color: #F00;
}


/* reference */

.reference,
.column {
	margin: 1.4em 0;
	padding: 1.4em;
	border: 1px solid #333;
}

.column {
	background: #D7EBFF;
}

.reference > h4,
.column > h4 {
	text-align: center;
	margin-top: 0;
}

.reference p:last-child,
.column p:last-child {
	margin-bottom: 0;
}


/* navigation */

.navigation {
	padding: 2px;
	background: #D8D8D8;
	overflow: auto;
	*zoom: 1;
}

.navigation ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 1em;
}

.navigation li {
	float: left;
	margin: 0 1em 0 0;
}

.navigation a {
	display: block;
}

.navigation .pages {
	margin-right: 1em;
}


/* header */

.headline {
	float: right;
	margin: 0.5em 0 2em;
	padding: 2px 0.5em;
	background: #CCFFFF;
	text-indent: 0;
	font-size: 90%;
}


/* table */

table .right {
	text-align: right;
}

table .center {
	text-align: center;
}


/* n_59_1_1_0_0_0.html */

#president {
	float: right;
	overflow: auto;
}

#president p {
	text-align: left;
	text-indent: 0;
}


/* n_59_1_2_0_0_0.html */

#notes #container h2 {
	margin: 1.4em 0 0.7em;
}

#notes #container h3 {
	margin: 1.4em 0 0.7em 2em;
}

#notes #container h4 {
	margin: 1.4em 0 0 2em;
}

#notes #container li,
#notes #container p {
	position: relative;
}

#notes #container p,
#notes #container ul {
	margin: 0 0 0 2em;
}

#notes #container ul.nonstyle {
	list-style: none;
}

#notes #container ul.nonstyle ul {
	margin: 0;
	padding: 0;
}

#notes #container ul.nonstyle li {
	margin: 0;
	padding-left: 3em;
	text-indent: -3em;
	*text-indent: 0;
}

#notes #container .maker {
	float: left;
	width: 3em;
}

#notes #container .indent {
	padding-left: 3em;
	text-indent: 0;
}

#notes #container .noindent {
	padding-left: 0;
}

#notes #container table {
	margin: 1.4em 0 1.4em 2em;
}