/* Text Styles */
hr { color: #808080}
body, table, tr, th /* Normal */
{
 font-size: 10pt;
 font-family: Arial;
 font-style: normal;
 font-weight: normal;
 color: #808080;
 text-decoration: none;
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
 color: #000000;
}
span.f_Comment /* Comment */
{
}
span.f_DefaultParagraphFont /* Default Paragraph Font */
{
 font-size: 12pt;
 font-family: 'Times New Roman';
 color: #000000;
}
span.f_heading1 /* heading 1 */
{
 font-size: 16pt;
 font-weight: bold;
 color: #000080;
}
span.f_heading2 /* heading 2 */
{
 font-size: 14pt;
 font-style: italic;
 font-weight: bold;
 color: #333399;
}
span.f_heading3 /* heading 3 */
{
 font-size: 13pt;
 font-weight: bold;
 color: #666699;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 16pt;
 font-weight: bold;
}
span.f_Hyperlink /* Hyperlink */
{
 font-size: 12pt;
 font-family: 'Times New Roman';
 color: #0000ff;
 text-decoration: underline;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_Normal2 /* Normal2 */
{
}
span.f_Notes /* Notes */
{
}
span.f_SMPHeading1 /* SMP Heading 1 */
{
 font-size: 14pt;
 font-weight: bold;
 color: #4f81bd;
}
span.f_SMPHeading2 /* SMP Heading 2 */
{
 font-size: 12pt;
 color: #4f81bd;
}
span.f_SMPHeading3 /* SMP Heading 3 */
{
 font-size: 13pt;
 font-weight: bold;
 color: #666699;
}
span.f_SMPNormal /* SMP Normal */
{
}
span.f_SMPOnline /* SMP Online */
{
 color: #000000;
}
span.f_toc1 /* toc 1 */
{
 font-family: 'Trebuchet MS';
}
span.f_toc2 /* toc 2 */
{
 font-size: 11pt;
 font-family: 'Trebuchet MS';
}
/* 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 */
{
 text-indent: -24px;
 margin: 16px 0px 4px 24px;
}
.p_heading2 /* heading 2 */
{
 text-indent: -108px;
 margin: 16px 0px 4px 108px;
}
.p_heading3 /* heading 3 */
{
 margin: 16px 0px 4px 48px;
}
.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_Normal2 /* Normal2 */
{
}
.p_Notes /* Notes */
{
 text-align: justify;
 border-color: #000000;
 border-style: solid;
 border-width: 1px;
 border-top: none;
 border-right: none;
 border-bottom: none;
 border-left: none;
 padding: 6px 6px 6px 6px;
 margin: -6px -6px -6px 42px;
}
.p_SMPHeading1 /* SMP Heading 1 */
{
 text-align: justify;
 border-color: #000000;
 border-style: solid;
 border-width: 1px;
 border-top: none;
 border-right: none;
 border-bottom: none;
 border-left: none;
 padding: 6px 6px 6px 6px;
 margin: -6px 408px -6px 42px;
}
.p_SMPHeading2 /* SMP Heading 2 */
{
 text-align: justify;
 border-color: #000000;
 border-style: solid;
 border-width: 1px;
 border-top: none;
 border-right: none;
 border-bottom: none;
 border-left: none;
 padding: 6px 6px 6px 6px;
 margin: -6px 408px -6px 42px;
}
.p_SMPHeading3 /* SMP Heading 3 */
{
 margin: 16px 0px 4px 48px;
}
.p_SMPNormal /* SMP Normal */
{
 text-align: justify;
 border-color: #000000;
 border-style: solid;
 border-width: 1px;
 border-top: none;
 border-right: none;
 border-bottom: none;
 border-left: none;
 padding: 6px 6px 6px 6px;
 margin: -6px 408px -6px 42px;
}
.p_toc1 /* toc 1 */
{
}
.p_toc2 /* toc 2 */
{
 margin: 0px 0px 0px 16px;
}


#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;
}
