/* Text Styles */
hr { color: #000080}
body, table, tr, th /* Normal */
{
 font-size: 11pt;
 font-family: Arial;
 font-style: normal;
 font-weight: normal;
 color: #000080;
 text-decoration: none;
}
span.f_BigHead /* BigHead */
{
 font-size: 18pt;
 font-weight: bold;
}
span.f_Bold /* Bold */
{
 font-weight: bold;
}
span.f_CodeExample /* Code Example */
{
 font-family: 'Courier New';
}
span.f_Commands /* Commands */
{
 font-family: 'Courier New';
 font-weight: bold;
}
span.f_Comment /* Comment */
{
}
span.f_DefaultParagraphFont /* Default Paragraph Font */
{
}
span.f_Heading1 /* Heading1 */
{
 font-size: 18pt;
 font-weight: bold;
}
span.f_Hyperlink /* Hyperlink */
{
 color: #0000ff;
 text-decoration: underline;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_Normal13 /* Normal13 */
{
 font-size: 13pt;
}
span.f_Notes /* Notes */
{
}
span.f_Proto /* Proto */
{
 font-family: 'Courier New';
 font-weight: bold;
 letter-spacing: -1px;
}
span.f_smallbody /* smallbody */
{
 font-size: 10pt;
}
span.f_Source /* Source */
{
 font-weight: bold;
 letter-spacing: -1px;
}
span.f_sourcelines /* source lines */
{
 font-family: 'Courier New';
 font-weight: bold;
}
span.f_Source2 /* Source2 */
{
 font-family: 'Courier New';
 font-weight: bold;
}
span.f_SubHead /* SubHead */
{
 font-size: 12pt;
 font-weight: bold;
}
span.f_table /* table */
{
}
span.f_TableCell /* Table Cell */
{
}
span.f_TableTitle /* Table Title */
{
 font-weight: bold;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_BigHead /* BigHead */
{
 margin: 16px 0px 8px 0px;
}
.p_Bold /* Bold */
{
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
}
.p_Commands /* Commands */
{
}
.p_Comment /* Comment */
{
}
.p_DefaultParagraphFont /* Default Paragraph Font */
{
}
.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_Normal13 /* Normal13 */
{
}
.p_Notes /* Notes */
{
}
.p_Proto /* Proto */
{
 background: #ffe6cc;
}
.p_Source /* Source */
{
}
.p_sourcelines /* source lines */
{
 background: #ddddff;
}
.p_Source2 /* Source2 */
{
 background: #ffffff;
}
.p_SubHead /* SubHead */
{
 margin: 16px 0px 4px 0px;
}
.p_table /* table */
{
}
.p_TableCell /* Table Cell */
{
 background: #f9fed3;
}
.p_TableTitle /* Table Title */
{
 background: #ffe6cc;
}


#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;
}
