/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 9pt;
 font-family: Arial;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_Body /* Body */
{
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
}
span.f_Comment /* Comment */
{
}
span.f_HeadingSmall /* Heading Small */
{
 font-size: 8pt;
 font-weight: bold;
 color: #000080;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 16pt;
 font-weight: bold;
 color: #000080;
}
span.f_Heading12 /* Heading12 */
{
 font-size: 16pt;
 font-weight: bold;
 color: #0000ff;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_NormalSpace /* Normal Space */
{
}
span.f_Notes /* Notes */
{
}
span.f_NumberingwithIndent /* Numbering with Indent */
{
}
span.f_Popup01 /* Popup01 */
{
 font-weight: bold;
 color: #339966;
}
span.f_PopupBottom /* PopupBottom */
{
}
span.f_PopUpMiddle /* PopUpMiddle */
{
}
span.f_PopupTop /* PopupTop */
{
}
span.f_UnderlinedLinks /* Underlined Links */
{
 color: #0000ff;
 text-decoration: underline;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_Body /* Body */
{
 margin: 0px 0px 5px 0px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
}
.p_Comment /* Comment */
{
}
.p_HeadingSmall /* Heading Small */
{
 margin: 0px 0px 6px 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_Heading12 /* Heading12 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 10px 0px 5px 0px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_NormalSpace /* Normal Space */
{
 margin: 10px 0px 0px 0px;
}
.p_Notes /* Notes */
{
}
.p_NumberingwithIndent /* Numbering with Indent */
{
 text-indent: -24px;
 margin: 0px 0px 0px 48px;
}
.p_Popup01 /* Popup01 */
{
 margin: 5px 0px 5px 0px;
}
.p_PopupBottom /* PopupBottom */
{
 margin: 0px 5px 8px 5px;
}
.p_PopUpMiddle /* PopUpMiddle */
{
 margin: 0px 5px 0px 5px;
}
.p_PopupTop /* PopupTop */
{
 margin: 8px 5px 0px 5px;
}
.p_UnderlinedLinks /* Underlined Links */
{
}


#hmpopupdiv /* used for javascript text popups */
{
  display: none;
  position: absolute;
  z-index: 1000;
  background-color: #F2F4FA;
  padding: 3px;
  border:2px solid #FFFFFF;
  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;
}

