/* 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_CodeExample /* Code Example */
{
 font-family: 'Courier New';
}
span.f_Comment /* Comment */
{
 font-family: Verdana;
 font-style: italic;
 font-weight: bold;
 color: #3366ff;
}
span.f_CommentText /* Comment Text */
{
 font-size: 9pt;
 font-family: Verdana;
}
span.f_CommentTitle /* Comment Title */
{
 font-family: Verdana;
 font-style: italic;
 font-weight: bold;
 color: #3366ff;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 16pt;
 font-weight: bold;
}
span.f_Heading2 /* Heading2 */
{
 font-weight: bold;
}
span.f_Heading3 /* Heading3 */
{
 font-size: 11pt;
 font-weight: bold;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_List /* List */
{
 font-family: Tahoma;
}
span.f_MainText /* Main Text */
{
 font-size: 11pt;
}
span.f_Notes /* Notes */
{
}
span.f_Paragraph /* Paragraph */
{
 font-family: Verdana;
}
span.f_SubList /* SubList */
{
 font-family: Tahoma;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
}
.p_Comment /* Comment */
{
 margin: 7px 0px 3px 0px;
}
.p_CommentText /* Comment Text */
{
 margin: 3px 0px 0px 8px;
}
.p_CommentTitle /* Comment Title */
{
 margin: 7px 0px 3px 0px;
}
.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_Heading2 /* Heading2 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 9px 0px 3px 0px;
}
.p_Heading3 /* Heading3 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 7px 0px 0px 0px;
}
.p_ImageCaption /* Image Caption */
{
 margin: 13px 0px 13px 0px;
}
.p_List /* List */
{
 margin: 13px 0px 0px 20px;
}
.p_MainText /* Main Text */
{
 text-indent: 11px;
}
.p_Notes /* Notes */
{
}
.p_Paragraph /* Paragraph */
{
 text-indent: 15px;
}
.p_SubList /* SubList */
{
 text-indent: -27px;
 margin: 7px 0px 0px 60px;
}


#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;
}
