* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
a {
	color: #2A4E85;
	text-decoration: none;
}
sup a {
	color: #000 !important;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
code {
	font-family: "Courier New", Courier, monospace;
}
#content, .ChapterTitle, #cc {
	line-height: 150%;
}
.ChapterTitle {
	margin: 0 0 1em 0;
	font-size: 100%;
}
.navi {
	display: none;
}

#content p {
	font-size: 90%;
}
#content sup {
	font-size: 0.8em;
	line-height: 100% !important;
}
#content ul {
	margin-left: 2em;
	list-style: square;
}
#content #index {
	list-style: none;
	margin: 0 0 1em 0;
}
#content #index ul {
	list-style: none;
}
h1 {
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 1em 0;
}
h2 {
	font-size: 90%;
	font-weight: bold;
	margin: 0.5em 0 1em 0;
}
hr {
	border: 1px solid #d1d1d1;
	width: 20%;
	text-align: left;
	margin: 1em 0 1em 0;
}

.Footnote {
	font-size: 80% !important;
}
.Footnote sup {
	font-size: 90% !important;
}
#cc {
	font-size: 70%;
}