html {
	font-family: Gentium, 'Doulos SIL', serif;
	font-size: 95%;
	background: #f8f8ff;
}

body {
	width: 80%;
	margin: 1.0em auto;
	padding: 0.5em 1.0em;
	border: 1px solid #88a;
	background: white;
	color: black;
	line-height: 150%;
}

* {
	background: transparent;
	font-size: 100%;
	line-height: inherit;
}

sup, sub { font-size: smaller; line-height: normal; }
small { font-size: smaller; line-height: 150%; }
big { font-size: larger; line-height: 150%; }

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0.1em 0 0.1em 0;
	font-weight: normal;
	border-bottom: 1px solid #999;
}

h1 { font-size: 200%; line-height: normal; }
h2 { font-size: 170%; line-height: normal; }
h3 { font-size: 160%; line-height: normal; }
h4 { font-size: 140%; line-height: normal; }
h5 { font-size: 120%; line-height: normal; }
h6 { font-size: 110%; line-height: normal; }

ul, ol {
	margin: 0 0 0.6em 0;
	padding-left: 1.5em;
	text-indent: 0;
}

ul { list-style: square; }

ul ul, ol ol, ol ul, ul ol {
	margin: 0;
}

a       { text-decoration: none; }
a:hover { text-decoration: underline; }

p {
	text-align: justify;
	margin: 0.6em 0;
}

.il {
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	text-align: left;
}

.il-line {
	margin-left: 2.0em;
	margin-bottom: 0.5em;
	clear: both;
}

.il-text .il-line { margin-left: 0; }

.il-endline {
	clear: both;
}

.il b {
	font-size: 110%;
	display: block;
}

.il i {
	display: block;
}

.il-line p {
	position: relative;
	top: -0.5em;
	margin-top: 0em;
	margin-bottom: 0.5em;
}

.letter {
	display: block;
	float: left;
	margin: 0.1em 0;
	text-align: center;
	width: 2.5em;
	border: 1px solid #88a;
	background: #f8f8ff;
}

.letter b {
	display: block;
	font-size: 135%;
	padding: 2px;
	background: #ccf;
}

.letter div {
	padding: 2px;
}

.gc, .sc {
	font-variant: small-caps;
}

.l { text-align: left; }
.c { text-align: center; }
.r { text-align: right; }

.bluetable .bg1, .blueinfobox .bg1, .lightbluebg { background: #f8f8ff; }
.graytable .bg1, .grayinfobox .bg1, .lightgraybg { background: #f8f8f8; }
.blueborder { border: 1px solid #88a; }
.grayborder { border: 1px solid #999; }

.bluetable .bg2, .blueinfobox .bg2 { background: #eef; }
.bluetable .bg3, .blueinfobox .bg3 { background: #ddf; }
.bluetable .bg4, .blueinfobox .bg4 { background: #ccf; }

.graytable .bg2, .grayinfobox .bg2 { background: #f0f0f0; }
.graytable .bg3, .grayinfobox .bg3 { background: #e1e1e1; }
.graytable .bg4, .grayinfobox .bg4 { background: #d2d2d2; }

.bluetable, .graytable, .blueinfobox, .grayinfobox {
	border-collapse: collapse;
}

.blueinfobox, .grayinfobox {
	float: right;
	margin: 0 0 0.5em 0.5em;
}

.blueinfobox { background: #f8f8ff; }
.grayinfobox { background: #f8f8f8; }

.bluetable, .blueinfobox { border: 1px solid #88a; }
.graytable, .grayinfobox { border: 1px solid #999; }

.bluetable td, .bluetable th, .blueinfobox td, .blueinfobox th { border: 1px solid #88a; }
.graytable td, .graytable th, .graytable td, .graytable th { border: 1px solid #999; }

.bluetable td, .bluetable th, .graytable td, .graytable th, 
.blueinfobox td, .blueinfobox th, .graytable td, .graytable th {
	padding: 2px;
}

.bluetable td, .bluetable th, .blueinfobox td, .blueinfobox th { border: 1px solid #88a; }
.graytable td, .graytable th, .grayinfobox td, .grayinfobox th { border: 1px solid #999; }

.bluetable th { background: #ccf; }
.graytable th { background: #d2d2d2; }

.bluetable th:first-child, .graytable th:first-child, .blueinfobox th, .grayinfobox th {
	text-align: right;
}

.bluetable .divider, .blueinfobox .divider, .bluetable .header, .blueinfobox .header,
.graytable .divider, .grayinfobox .divider, .graytable .header, .grayinfobox .header {
	text-align: center !important;
}

.bluetable .header, .bluetable .divider, .blueinfobox .header { background: #ccf; }
.graytable .header, .graytable .divider, .grayinfobox .header { background: #d2d2d2; }
.blueinfobox .divider { background: #eef; }
.grayinfobox .divider { background: #f0f0f0; }
