/* glossary: top.css */
/* ========================== */
h1.title {
	font-weight: bold;
	font-size: 150%;
	text-align: center;
}
/* ========================== */
h3.jterm {
	font-size: 120%;
	line-height: 120%;
	background-color: #DDDDDD;
	color: #CC2222;
	margin-left: 2em;
	margin-right: 2em;
	font-weight: bold;
}
span.eterm {
	font-size: 100%;
	font-style: italic;
}
h3.eterm {
	font-size: 120%;
	line-height: 120%;
	background-color: #DDDDDD;
	color: #CC2222;
	margin-left: 2em;
	margin-right: 2em;
	font-weight: bold;
}
p.jdescri {
	font-size: 100%;
	line-height: 125%;
	text-indent: 1em;
	color: black;
	margin-left: 4em;
	margin-right: 2em;
}
p.edescri {
	font-size: 100%;
	line-height: 125%;
	text-indent: 1em;
	color: black;
	margin-left: 4em;
	margin-right: 2em;
}
img.jdescri {
	margin-left: 6em;
}
img.edescri {
	margin-left: 6em;
}
p.xcf {
	color: brown;
	font-size: 100%;
	line-height: 125%;
	text-indent: 1em;
	margin-left: 4em;
	margin-right: 2em;
}
/* ========================== */
table.category-index {
	border-collapse: collapse;
	border-width: 1pt;
	border-style: solid;
	border-color: black;
}
table.category-index th, table.category-index td {
	border-width: 1pt;
	border-style: solid;
	border-color: black;
	padding-left: 0.4em;
	padding-right: 0.4em;
}
table.category-index th {
	white-space: nowrap;
}
/* ========================== */

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
