/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 10pt;
 font-family: 'Times New Roman';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_annotationsubject /* annotation subject */
{
 font-weight: bold;
}
span.f_annotationtext /* annotation text */
{
}
span.f_BodyText /* Body Text */
{
 font-weight: bold;
}
span.f_BodyText2 /* Body Text 2 */
{
 font-size: 12pt;
}
span.f_BodyTextIndent2 /* Body Text Indent 2 */
{
 font-weight: bold;
}
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;
}
span.f_footnotereference /* footnote reference */
{
 font-size: 12pt;
}
span.f_footnotetext /* footnote text */
{
}
span.f_heading1 /* heading 1 */
{
 font-weight: bold;
}
span.f_heading2 /* heading 2 */
{
 font-weight: bold;
}
span.f_heading6 /* heading 6 */
{
 font-weight: bold;
}
span.f_heading7 /* heading 7 */
{
 font-style: italic;
 font-weight: bold;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 16pt;
 font-weight: bold;
}
span.f_Hyperlink /* Hyperlink */
{
 font-size: 12pt;
 color: #0000ff;
 text-decoration: underline;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_Notes /* Notes */
{
}
/* Paragraph styles */
p /* Normal */
{
 text-align: justify;
 text-indent: 0px;
 line-height: 1.50;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_annotationsubject /* annotation subject */
{
}
.p_annotationtext /* annotation text */
{
}
.p_BodyText /* Body Text */
{
}
.p_BodyText2 /* Body Text 2 */
{
}
.p_BodyTextIndent2 /* Body Text Indent 2 */
{
 text-align: center;
 text-indent: 47px;
}
.p_CodeExample /* Code Example */
{
 text-align: left;
 line-height: 1.0;
 white-space: nowrap;
}
.p_Comment /* Comment */
{
}
.p_DefaultParagraphFont /* Default Paragraph Font */
{
 text-align: left;
 line-height: 1.0;
}
.p_footnotereference /* footnote reference */
{
 text-align: left;
 line-height: 1.0;
}
.p_footnotetext /* footnote text */
{
}
.p_heading1 /* heading 1 */
{
 text-align: center;
}
.p_heading2 /* heading 2 */
{
}
.p_heading6 /* heading 6 */
{
}
.p_heading7 /* heading 7 */
{
}
.p_Heading1 /* Heading1 */
{
 font-size: 100%;
 text-align: justify;
 text-indent: 0px;
 line-height: 1.50;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_Hyperlink /* Hyperlink */
{
 text-align: left;
 line-height: 1.0;
}
.p_ImageCaption /* Image Caption */
{
}
.p_Notes /* Notes */
{
}


#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;
}

