body {
	color: black;
	background: white;
	margin-left: 150px; /* 10em; */
	width: 650px;
}
div.w-body {
	width: 650px;
}
a:link { color: rgb(2,23,135); /* purple; */ }
a:visited { color: rgb(122,24,85); /* orange; */ }
a:active { color: rgb(122,24,85); /* orange; */ }
/* ---------------------------------------------------------- */
p {
	font-weight: normal;
	line-height: 150%;
}
p.history, p.antipolu {
	text-align: right;
}
p.normal {
	text-indent: 1em;
}
p.noindent {
	text-indent: 0em;
}

p.assoc {
	color: green;
	font-size: 80%;
	padding-left: 3em;
}

img.item-image {
	float: left;
	margin-right: 20px;
}
p.caption {
	text-align: center;
	text-indent: 0em;
	font-weight: bold;
	font-size: 90%;
}

/* ---------------------------------------------------------- */
h1.pagetitle {
	font-weight: bold;
	font-size: 140%;
	text-align: center;
	padding-bottom: 4pt;
}

h2.rr-titlebar, h2.gg-titlebar, h2.bd-titlebar, h2.sub-titlebar, p.feature-button {
	color: white;
	font-size: 140%;
	font-weight: bold;
	margin-top: 2pt;
	margin-bottom: 2pt;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 2px;
	padding-bottom: 2px;
}
h2.rr-titlebar {
	background-color: rgb(102,112,160);
}
h2.gg-titlebar {
	background-color: rgb(84,110,91);
}
h2.bd-titlebar {
	background-color: rgb(252,162,3);
}
h2.sub-titlebar {
	color: black;
	font-size: 120%;
	background-color: rgb(208,208,208);
}
p.feature-button {
	color: black;
	font-size: 120%;
	background-color: rgb(208,208,208);
}

/* ---------------------------------------------------------- */
h2.section {
	font-weight: bold;
	font-size: 140%;
	margin-top: 5pt;
	margin-bottom: 5pt;
}
h3.subsection {
	font-weight: bold;
	font-size: 120%;
	margin-top: 0pt;
	margin-bottom: 0pt;
}
h3.lead {
	font-weight: bold;
	font-size: 120%;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

/* ---------------------------------------------------------- */
table.abody {
	width: 100%;
}

/* ---------------------------------------------------------- */
div.bwrapping > div.banner {
	position: fixed;		/* Overrides 'absolute' */
}

div.banner {
	margin: 0;		/* margin-top/bottom/left/right */
	font-size: 90%; /* 12pt; */
	/* text-align: center; */
	position: absolute;	/* Fallback if 'fixed' is not supported */
	top: 1em;
	width: 127px;	/* 10 + 107 + 10 */
	left: 10px;
	right: auto;
}

div.banner p {
	margin: 0; 
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 8px;
	padding-right: 8px;
	background: rgb(127, 87, 112) fixed;
	color: white;
	text-indent: 0;
	font-weight: normal;
	line-height: 100%;
}

div.banner a, div.banner strong {
	display: block;
	margin-top: 0em;
	margin-bottom: 0em;
	font-weight: normal;
}
div.banner a:first-child, div.banner strong:first-child {
	border-top: none;
}
div.banner a.exlink {
}
div.banner strong {
	color: #991111;
	font-style: normal;
	font-weight: bold;
}
div.banner strong.current {
	color: white;
	background: rgb(87, 112, 127) fixed;
}

div.banner img {
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-style: none;
}
div.banner a:link {
	text-decoration: none;
	color: white;
}
div.banner a:visited, div.banner a:active {
	text-decoration: none;
	color: yellow;
}
div.banner a:hover {
	background: black;
	color: white;
}
