/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 10pt;
 font-family: Arial;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_AccessList /* Access List */
{
}
span.f_Argumente /* Argumente */
{
}
span.f_Argumente2 /* Argumente 2 */
{
}
span.f_Argumente3 /* Argumente 3 */
{
}
span.f_Argumente3_1 /* Argumente 3_1 */
{
}
span.f_Argumente4 /* Argumente 4 */
{
}
span.f_ArgumenteBullet /* Argumente Bullet */
{
}
span.f_Bullet /* Bullet */
{
}
span.f_Bullet2 /* Bullet 2 */
{
}
span.f_Bullet2Paragraph /* Bullet 2 Paragraph */
{
}
span.f_CodeExample /* Code Example */
{
 font-family: 'Courier New';
}
span.f_Comment /* Comment */
{
}
span.f_CourierFixed /* Courier Fixed */
{
 font-size: 9pt;
 font-family: 'Courier New';
}
span.f_Heading1 /* Heading1 */
{
 font-size: 12pt;
 font-weight: bold;
 color: #ff8208;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-style: italic;
 font-weight: bold;
}
span.f_Note /* Note */
{
 font-style: italic;
}
span.f_NoteBold /* Note Bold */
{
 font-style: italic;
 font-weight: bold;
}
span.f_NoteUnsupported /* Note Unsupported */
{
 font-style: italic;
 font-weight: bold;
 color: #ff0000;
}
span.f_Notes /* Notes */
{
 font-style: italic;
}
span.f_Numbering2 /* Numbering 2 */
{
}
span.f_Paragraph2withSpace /* Paragraph 2 (with Space) */
{
}
span.f_ParagraphLarge /* Paragraph Large */
{
 font-size: 16pt;
}
span.f_ParagraphSmall /* Paragraph Small */
{
 font-size: 5pt;
}
span.f_ParagraphwithSpace /* Paragraph with Space */
{
}
span.f_Sourcecode /* Sourcecode */
{
 font-family: 'Courier New';
}
span.f_Subtitle1 /* Subtitle 1 */
{
 font-weight: bold;
 color: #000080;
}
span.f_Subtitle2 /* Subtitle 2 */
{
 font-weight: bold;
}
span.f_TableHeader /* Table Header */
{
 font-weight: bold;
}
span.f_Text2 /* Text 2 */
{
}
span.f_Text3 /* Text 3 */
{
}
span.f_True_False /* True_False */
{
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_AccessList /* Access List */
{
 text-indent: -189px;
 margin: 4px 0px 4px 208px;
}
.p_Argumente /* Argumente */
{
 text-indent: -136px;
 margin: 0px 0px 0px 155px;
}
.p_Argumente2 /* Argumente 2 */
{
 text-indent: -68px;
 margin: 0px 0px 0px 223px;
}
.p_Argumente3 /* Argumente 3 */
{
 text-indent: -64px;
 margin: 0px 0px 0px 242px;
}
.p_Argumente3_1 /* Argumente 3_1 */
{
 text-indent: -115px;
 margin: 0px 0px 0px 293px;
}
.p_Argumente4 /* Argumente 4 */
{
 margin: 0px 0px 0px 155px;
}
.p_ArgumenteBullet /* Argumente Bullet */
{
 margin: 4px 0px 4px 163px;
}
.p_Bullet /* Bullet */
{
 margin: 4px 0px 4px 8px;
}
.p_Bullet2 /* Bullet 2 */
{
 margin: 4px 0px 4px 26px;
}
.p_Bullet2Paragraph /* Bullet 2 Paragraph */
{
 margin: 4px 0px 4px 40px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
 margin: 0px 0px 0px 38px;
}
.p_Comment /* Comment */
{
}
.p_Heading1 /* Heading1 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_Notes /* Notes */
{
}
.p_Numbering2 /* Numbering 2 */
{
 text-indent: -23px;
 margin: 4px 0px 4px 49px;
}
.p_Paragraph2withSpace /* Paragraph 2 (with Space) */
{
 margin: 4px 0px 4px 19px;
}
.p_ParagraphwithSpace /* Paragraph with Space */
{
 margin: 4px 0px 4px 0px;
}
.p_Sourcecode /* Sourcecode */
{
 text-indent: 38px;
}
.p_Subtitle1 /* Subtitle 1 */
{
 margin: 23px 0px 0px 0px;
}
.p_Subtitle2 /* Subtitle 2 */
{
 margin: 23px 0px 0px 19px;
}
.p_Text2 /* Text 2 */
{
 margin: 0px 0px 0px 19px;
}
.p_Text3 /* Text 3 */
{
 text-indent: 45px;
 margin: 0px 0px 0px 16px;
}
.p_True_False /* True_False */
{
 text-indent: -57px;
 margin: 4px 0px 4px 57px;
}


#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;
}
