/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 10pt;
 font-family: Calibri;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_caption /* caption */
{
 font-size: 8pt;
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
}
span.f_Comment /* Comment */
{
}
span.f_graphic /* graphic */
{
 font-size: 8pt;
}
span.f_heading1 /* heading 1 */
{
 font-size: 20pt;
 color: #333399;
}
span.f_heading2 /* heading 2 */
{
 font-size: 14pt;
 color: #00ccff;
}
span.f_heading3 /* heading 3 */
{
 font-size: 14pt;
 color: #339966;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 18pt;
 font-family: Arial;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
}
span.f_ListParagraph /* List Paragraph */
{
}
span.f_Notes /* Notes */
{
 font-size: 8pt;
 font-style: italic;
}
span.f_Procedure /* Procedure */
{
 font-weight: bold;
}
span.f_seeAlso /* seeAlso */
{
 font-size: 9pt;
 font-weight: bold;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 10px 0px;
}
.p_caption /* caption */
{
 margin: 0px 0px 19px 0px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}
.p_Comment /* Comment */
{
}
.p_graphic /* graphic */
{
 white-space: nowrap;
 margin: 5px 0px 10px 0px;
}
.p_heading1 /* heading 1 */
{
 margin: 32px 0px 0px 0px;
}
.p_heading2 /* heading 2 */
{
 margin: 13px 0px 0px 0px;
}
.p_heading3 /* heading 3 */
{
}
.p_Heading1 /* Heading1 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 10px 0px;
}
.p_ImageCaption /* Image Caption */
{
 margin: 0px 0px 19px 0px;
}
.p_ListParagraph /* List Paragraph */
{
 margin: 0px 0px 10px 48px;
}
.p_Notes /* Notes */
{
 text-indent: -48px;
 margin: 10px 38px 10px 86px;
}
.p_Procedure /* Procedure */
{
 margin: 2px 0px 2px 0px;
}
.p_seeAlso /* seeAlso */
{
 margin: 10px 0px 10px 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;
}
