body {
  background:		White;
  font-size:            10pt;
}

a.Index {
  font-family:	         sans-serif;
  font-weight:	         bold;
  color:		 Blue;
  text-decoration:       none;
}

a.SubIndex {
  font-weight:		bold;
  font-family:		sans-serif;
  color:		Black;
  margin-left:          1em;
  text-decoration: 	none;
}

div.Index {
  z-index:		100;
  background:		#D0D0D0;
  color:		White;
  position:		fixed;
  white-space:	        nowrap;
  left:                 70%;
  top:			10px;
  padding-top:          10pt;
  padding-bottom:       10pt;
  padding-left:         10pt;
  padding-right:        10pt;
  border-width:         1px;
  border-style:         solid;
  border-color:         Black;
}

div.SubIndex {
  color:                #FFFFFF;
  font-size:            9pt;
  margin:               2pt;
  overflow:             visible;
}

div.Content {
  position:             absolute;
  left:                 10px;
  top:                  10px;
  margin-right:		1em;
  padding-left:         1cm;
  padding-right:        10%;
  border-width:         1px;
  border-left-style:    solid;
  border-top-style:     solid;
  border-color:         Black;
  z-index:              99;
  width:                60%;
}

p.Standard {
  font-family:	        sans-serif;
  text-align:		justify;
}

img {
  margin-right:	        0px;
  margin-bottom:	0px;
  margin-left:          0px;
  margin-right:         0px;
  border:               0px;
}

