/* Copyright 2009 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;
	padding:		0 10% 0 0;
}
/*	------------------------------------------------------------------------ columns
*/
#PAGEBODY table.columns {
	width:			100%;
	margin:			0;
	border:			0;
	padding:		0;
	border-collapse:	collapse;
}
#PAGEBODY table.columns tr {
	vertical-align:	top;
}
#PAGEBODY table.columns td.column2
{
	width:			47%;
	text-align:		justify;
}
#PAGEBODY table.columns td.column2-sep
{
	width:			6%;
}

/*	------------------------------------------------------------------------ contact
*/
#PAGEFOOTER td.contact
{
	padding:	0 12px;
}

/*	------------------------------------------------------------------------ .index
*/
#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.title img {
	vertical-align:	bottom;
}
#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 */
