body {
  background-color: white;
  font-family: times-roman;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5%;
  margin-right: 5%;
  padding: 0;
  font-size: 12pt;
  font-weight: normal;
  text-align: left;
  color: black;
}
div	{
	margin:0;
	padding:0;
	vertical-align:top;
}
h2 {
  font-family: arial;
	text-align: center;
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
}
h3 {
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
}
h4.a {
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 0;
	margin-top: 10px;
}
h4 {
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 0;
}
h5 {
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	margin-top: 0;
}
ol.upalpha {
	list-style-type: upper-alpha;
}
ol.decimal {
	list-style-type: decimal;
}
ol.lowalpha {
	list-style-type: lower-alpha;
}
li.b {
	margin-bottom: 8px;
}
li.t {
	margin-top: 8px;
}
div.x	{
	float: left;
	width: 3.5em;
	clear: both;
}
div.subsec	{
	margin-bottom:10px;
	margin-left:3.5em;
}
div.item	{
	margin-bottom:10px;
	margin-left:3.5em;
}
div.subitem	{
	margin-bottom:10px;
	margin-left:3.5em;
}
div.figure	{
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
span.subsec	{
	font-weight: bold;
}
span.item	{
	font-style: italic;
}
span.inter {
	cursor:pointer;
	color:blue;
	font-size:0.8em;
	border:1px solid blue;
	margin-left:1.0em;
}
div.inter	{
	font-size:0.8em;
	margin-top:10px;
	border:1px solid blue;
	padding:10px;
}
div.xx	{
	margin-left: 3.0em;
	float: left;
	width: 30px;
}
div.xy	{
	margin-left: 6.0em;
}
table.champs {
  border: 1px solid black;
  border-collapse: collapse;
}
table.champs td {
  border: 1px solid black;
  border-collapse: collapse;
}
table.champs th {
  border: 1px solid black;
  border-collapse: collapse;
  text-align:center;
}
.index	{
	width: 300px;
	height:130px;
	background-color:#dddddd;
	border: 2px double #000000;
	position:absolute;
	top:200px;
	right:50px;
}
body>div.index { 
	position:fixed;
}
	