/* Copyright 2004 Louis Jean­Richard (www.ljr.ch). All Rights Reserved. */
/* css sections */

@import "pagebody.css";

ol.instructions {
	line-height:		1.25;
	list-style:		decimal outside;
}

h3 {
	font-family:	arial, sans-serif;
	font-weight:	bold;
	font-style:		normal;
	font-size:		115%;
	margin:			5% 0% 0% 0%;
	color:			black;
}
h4 {
	font-family:	arial, sans-serif;
	font-weight:	bold;
	font-style:		normal;
	font-size:		120%;
	color:			black;
}
h5 {
	font-family:	arial, sans-serif;
	font-weight:	normal;
	font-style:		normal;
	font-size:		110%;
	color:			black;
}
tt {
	font-style:		normal;
	font-size:		135%;
	color:			black;
}
blockquote {
	font-style:		normal;
	font-size:		120%;
	color:			black;
}

#PAGEBODY table.columns {
	margin:			0%;
	border:			0;
	padding:		0%;
	border-collapse:	collapse;
}
#PAGEBODY table.columns tr {
	vertical-align:	top;
}
#PAGEBODY table.columns td {
	text-align:		justify;
}
#PAGEBODY {
	font-family:	arial, sans-serif;
	font-weight:	normal;
	font-style:		normal;
}
#sections-spacer {
	height:			1%;
}
#PAGEBODY table.sections {
	width:			96%;
	margin:			1% 2% 0.2% 2%;
	border:			0;
}
#PAGEBODY table.sections td {
	margin:			0%;
	border:			0;
	padding:		0%;
}
#PAGEBODY table.sections tr.section-title {
	vertical-align:	middle;
}
#PAGEBODY table.sections tr.section-title td.title {
	line-height:	120%;

	text-align:		right;
	font-size:		150%;
	font-weight:	normal;
	color:			black;
}
#PAGEBODY table.sections tr.section-title td.separation {
	width:			0.8%;
}
#PAGEBODY table.sections tr.section-title td.section-bar {
	background:		#C0F4EC;
	font-size:		50%;
}
#PAGEBODY table.sections tr.section {
	vertical-align:	top;
}
#PAGEBODY table.sections td.section-body {
	line-height:	1.25;
	color:			black;
}
table.columns {
	margin:			2% 0;
}

/* technote*/
#PAGEBODY pre {
	font-family:	courier, sans-serif;
	font-size:		90%;
}
#PAGEBODY em {
	font-family:	courier, arial, sans-serif;
	font-weight:	bold;
	font-size:		120%;
	font-style:		normal;
	color:			maroon;
}

/* end sections */
