/* Copyright 2004 Louis Jean­Richard (www.ljr.ch). All Rights Reserved. */
/* css index */

@import "pagebody.css";

/*
	border:			1px solid red;
	border:			1px solid green;
	border:			1px solid blue;
	height:			84%;
	border-spacing:	2px;
*/
#PAGEBODY {
	font-family:	arial, sans-serif;
	font-weight:	normal;
	font-style:		normal;
}
#PAGEBODY table.columns {
	width:			100%;
	margin:			0;
	border:			0;
	padding:		0;
	border-collapse:	collapse;
}
#PAGEBODY table.columns tr {
	vertical-align:	top;
}
#sections-spacer {
	height:			1%;
}
#PAGEBODY table.index {
	width:			96%;
	margin:			0.5% 2% 0.4% 2%;
	border:			0;
}
#PAGEBODY table.index td {
	margin:			0;
	border:			0;
	padding:		0;
}
#PAGEBODY table.index td.indent {
	width:			40%;
}
#PAGEBODY table.index tr.section-title {
	vertical-align:	middle;
}
#PAGEBODY table.index tr.section-title td.title {
	line-height:	120%;

	text-align:		right;
	font-size:		150%;
	font-weight:	normal;
	color:			black;
}
#PAGEBODY table.index tr.section-title td.separation {
	width:			0.8%;
}
#PAGEBODY table.index tr.section-title td.section-bar {
	background:		#C0F4EC;
	font-size:		50%;
}
#PAGEBODY table.index tr.section {
	vertical-align:	top;
}
#PAGEBODY table.index td.section-body {
	line-height:	1.25;
	color:			black;
}

/* end index */
