/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 10pt;
 font-family: Verdana;
 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_Heading1 /* Heading1 */
{
 font-size: 16pt;
 color: #13318c;
}
span.f_Heading2 /* Heading2 */
{
 font-size: 14pt;
 color: #13318c;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_Note /* Note */
{
}
span.f_Notes /* Notes */
{
}
span.f_Numberedlevel1 /* Numbered level1 */
{
}
span.f_Numberedlevel2 /* Numbered level2 */
{
}
span.f_Steps /* Steps */
{
 font-weight: bold;
 color: #808080;
}
span.f_Topline /* Top line */
{
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 line-height: 1.50;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 48px;
}
.p_CodeExample /* Code Example */
{
 line-height: 1.0;
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}
.p_Comment /* Comment */
{
}
.p_Heading1 /* Heading1 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 48px;
}
.p_Heading2 /* Heading2 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 12px 0px 12px 48px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_Note /* Note */
{
 background: #ffffca;
}
.p_Notes /* Notes */
{
}
.p_Numberedlevel1 /* Numbered level1 */
{
}
.p_Numberedlevel2 /* Numbered level2 */
{
 margin: 0px 0px 0px 96px;
}
.p_Steps /* Steps */
{
}
.p_Topline /* Top line */
{
}


#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;
}
