/* 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_Headingredunderlined /* Heading, red underlined */
{
 font-size: 12pt;
 font-weight: bold;
 color: #ff0000;
 text-decoration: underline;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 18pt;
 font-family: 'Arial Rounded MT Bold';
 font-weight: bold;
 color: #ffffff;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_Leftindentto72 /* Left indent to 72 */
{
}
span.f_LineSpace5 /* Line Space 5 */
{
}
span.f_Normal2 /* Normal2 */
{
}
span.f_Notes /* Notes */
{
}
span.f_Paragraph1 /* Paragraph1 */
{
}
span.f_Paragraph100 /* Paragraph100 */
{
}
span.f_Paragraph2 /* Paragraph2 */
{
}
span.f_Paragraph50 /* Paragraph50 */
{
}
span.f_Paragraph75 /* Paragraph75 */
{
}
span.f_Subheading1 /* Subheading1 */
{
 font-size: 12pt;
 font-weight: bold;
 color: #0000ff;
}
span.f_Subheading2 /* Subheading2 */
{
 font-size: 12pt;
 font-weight: bold;
}
span.f_Subheading3 /* Subheading3 */
{
 font-style: italic;
 font-weight: bold;
}
span.f_TopicHeading /* Topic Heading */
{
 font-size: 16pt;
 font-family: 'Arial Rounded MT Bold';
 font-weight: bold;
 color: #ffffff;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 5px 0px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}
.p_Comment /* Comment */
{
}
.p_Headingredunderlined /* Heading, red underlined */
{
 margin: 0px 0px 0px 0px;
}
.p_Heading1 /* Heading1 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 5px 0px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_Leftindentto72 /* Left indent to 72 */
{
 margin: 0px 0px 0px 96px;
}
.p_LineSpace5 /* Line Space 5 */
{
 margin: 5px 0px 0px 48px;
}
.p_Normal2 /* Normal2 */
{
}
.p_Notes /* Notes */
{
}
.p_Paragraph1 /* Paragraph1 */
{
 margin: 0px 0px 0px 24px;
}
.p_Paragraph100 /* Paragraph100 */
{
 margin: 0px 0px 0px 96px;
}
.p_Paragraph2 /* Paragraph2 */
{
 text-indent: 48px;
 margin: 0px 0px 0px 0px;
}
.p_Paragraph50 /* Paragraph50 */
{
 margin: 0px 0px 0px 48px;
}
.p_Paragraph75 /* Paragraph75 */
{
 margin: 0px 0px 0px 72px;
}
.p_Subheading1 /* Subheading1 */
{
 margin: 0px 0px 0px 0px;
}
.p_Subheading2 /* Subheading2 */
{
 text-indent: 24px;
 margin: 0px 0px 0px 0px;
}
.p_Subheading3 /* Subheading3 */
{
 margin: 0px 0px 0px 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;
}

a.dropdown-toggle /* dropdown toggle caption */
{
  cursor: pointer;
}
a.inline-toggle /* inline toggle caption */
{
  cursor: pointer;
}
img.dropdown-toggle-icon /* toggle icon */
{
  cursor: pointer;
}
