/* 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_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
}
span.f_Comment /* Comment */
{
}
span.f_DefaultParagraphFont /* Default Paragraph Font */
{
 font-size: 12pt;
 font-family: 'Times New Roman';
}
span.f_heading1 /* heading 1 */
{
 font-size: 18pt;
 font-weight: bold;
 color: #0070c0;
}
span.f_heading2 /* heading 2 */
{
 font-size: 13pt;
 font-weight: bold;
}
span.f_Heading2Char /* Heading 2 Char */
{
 font-size: 13pt;
 font-weight: bold;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 16pt;
 font-weight: bold;
}
span.f_Hyperlink /* Hyperlink */
{
 font-size: 12pt;
 font-family: 'Times New Roman';
 color: #0070c0;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_ListParagraph /* List Paragraph */
{
 font-size: 12pt;
}
span.f_Notes /* Notes */
{
}
span.f_toc1 /* toc 1 */
{
 font-size: 12pt;
 font-weight: bold;
}
span.f_toc2 /* toc 2 */
{
 font-size: 12pt;
 color: #0070c0;
}
span.f_TOCHeading /* TOC Heading */
{
 font-size: 18pt;
 font-weight: bold;
 color: #0070c0;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
}
.p_Comment /* Comment */
{
}
.p_DefaultParagraphFont /* Default Paragraph Font */
{
}
.p_heading1 /* heading 1 */
{
 line-height: 1.15;
 margin: 32px 0px 16px 0px;
}
.p_heading2 /* heading 2 */
{
 line-height: 1.15;
 margin: 13px 0px 16px 0px;
}
.p_Heading2Char /* Heading 2 Char */
{
}
.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_Hyperlink /* Hyperlink */
{
}
.p_ImageCaption /* Image Caption */
{
}
.p_ListParagraph /* List Paragraph */
{
 line-height: 1.15;
 margin: 0px 0px 13px 48px;
}
.p_Notes /* Notes */
{
}
.p_toc1 /* toc 1 */
{
 line-height: 1.15;
 margin: 0px 0px 7px 0px;
}
.p_toc2 /* toc 2 */
{
 line-height: 1.15;
 margin: 0px 0px 7px 16px;
}
.p_TOCHeading /* TOC Heading */
{
 line-height: 1.15;
 margin: 32px 0px 16px 0px;
}


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