/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 11pt;
 font-family: Arial,Helvetica,sans-serif;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_BodyText /* Body Text */
{
}
span.f_BodyText2 /* Body Text 2 */
{
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
}
span.f_Comment /* Comment */
{
}
span.f_footnotereference /* footnote reference */
{
 font-size: 10pt;
}
span.f_footnotetext /* footnote text */
{
 font-size: 10pt;
}
span.f_heading1 /* heading 1 */
{
 font-size: 15pt;
 font-weight: bold;
}
span.f_heading2 /* heading 2 */
{
 font-size: 13pt;
 font-weight: bold;
}
span.f_heading5 /* heading 5 */
{
 font-size: 13pt;
 font-weight: bold;
}
span.f_heading6 /* heading 6 */
{
 font-family: 'Times New Roman',Times,Georgia,serif;
 font-weight: bold;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 16pt;
 font-weight: bold;
}
span.f_Hyperlink /* Hyperlink */
{
 font-size: 10pt;
 color: #0000ff;
 text-decoration: underline;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_Inhoudsopgave /* Inhoudsopgave */
{
 font-size: 15pt;
 font-weight: bold;
}
span.f_Kleinetekst15 /* Kleine tekst 15 */
{
 font-size: 9pt;
}
span.f_Notes /* Notes */
{
}
span.f_Opsommingstekens /* Opsommingstekens */
{
}
span.f_toc1 /* toc 1 */
{
 font-weight: bold;
}
span.f_toc2 /* toc 2 */
{
}
/* Paragraph styles */
p, p.p_Normal, div.p_Normal /* Normal */
{
 text-align: justify;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_BodyText /* Body Text */
{
 font-size: 11pt;
}
.p_BodyText2 /* Body Text 2 */
{
 font-size: 11pt;
 line-height: 2.40;
 margin: 0px 0px 10px 0px;
}
.p_CodeExample /* Code Example */
{
 font-size: 8pt;
 text-align: left;
 line-height: 1.0;
 white-space: nowrap;
 page-break-inside: avoid;
}
.p_Comment /* Comment */
{
 font-size: 11pt;
}
.p_footnotetext /* footnote text */
{
 font-size: 10pt;
 text-align: left;
}
.p_heading1 /* heading 1 */
{
 font-size: 15pt;
 text-indent: -59px;
 page-break-after: avoid;
 margin: 40px 0px 25px 59px;
}
.p_heading2 /* heading 2 */
{
 font-size: 13pt;
 text-indent: -59px;
 page-break-after: avoid;
 margin: 30px 0px 0px 71px;
}
.p_heading5 /* heading 5 */
{
 font-size: 13pt;
 line-height: 1.80;
 page-break-after: avoid;
}
.p_heading6 /* heading 6 */
{
 font-size: 11pt;
 text-align: left;
 margin: 20px 0px 5px 0px;
}
.p_Heading1 /* Heading1 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: justify;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_ImageCaption /* Image Caption */
{
 font-size: 8pt;
}
.p_Inhoudsopgave /* Inhoudsopgave */
{
 font-size: 15pt;
}
.p_Kleinetekst15 /* Kleine tekst 15 */
{
 font-size: 9pt;
 line-height: 1.80;
}
.p_Notes /* Notes */
{
 font-size: 11pt;
}
.p_Opsommingstekens /* Opsommingstekens */
{
 font-size: 11pt;
 text-indent: -30px;
 margin: 0px 0px 0px 30px;
}
.p_toc1 /* toc 1 */
{
 font-size: 11pt;
 margin: 43px 0px 0px 0px;
}
.p_toc2 /* toc 2 */
{
 font-size: 11pt;
 margin: 5px 0px 0px 59px;
}


#hmpopupdiv /* used for javascript text popups */
{
  display: none;
  position: absolute;
  z-index: 1000;
  background-color: #FFFFFF;
  padding: 6px;
  border:1px solid #000000;
  border-radius: 5px;
  box-shadow: 5px 5px 5px #888;
}

#hmlightbox /* image lightbox */
{
  border: none;
  padding: 8px;
  background: #FFF;
  font-size: 110%;
  font-weight: bold;
  color: #777;
  box-shadow: 5px 5px 5px #888;
}

a.dropdown-toggle /* dropdown toggle caption */
{
  cursor: pointer;
}
a.inline-toggle /* inline toggle caption */
{
  cursor: pointer;
}
img.dropdown-toggle-icon /* toggle icon */
{
  cursor: pointer;
}
/* CSS for responsive image maps */

.hmImageMap a.hmHotspotRect { display:block; position:absolute; border: 1px solid transparent; background:#000; opacity:0.01; filter:alpha(opacity=1)  }
.hmImageMap a.hmHotspotEllipse { display:block; position:absolute; border-radius:50%; border: 1px solid transparent; background:#000; opacity:0.01; filter:alpha(opacity=1) }
.hmImageMap:hover a.hmHotspotRect {opacity:0.3; filter:alpha(opacity=30); }
.hmImageMap:hover a.hmHotspotEllipse { opacity:0.3; filter:alpha(opacity=30); }
a.hmHotspotRect:hover { border:1px solid #000; background:#FFF; opacity:0.3; filter:alpha(opacity=30) }
a.hmHotspotEllipse:hover { border:1px solid #000; background:#FFF; opacity:0.3; filter:alpha(opacity=30) }
