/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 15px;
 font-family: Arial;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_BodyText /* Body Text */
{
 font-size: 16px;
 font-family: ??¨¬?;
}
span.f_BodyText3 /* Body Text 3 */
{
 font-size: 11px;
}
span.f_CodeExample /* Code Example */
{
 font-size: 11px;
 font-family: 'Courier New';
}
span.f_Comment /* Comment */
{
}
span.f_heading1 /* heading 1 */
{
 font-size: 21px;
 font-weight: bold;
}
span.f_heading2 /* heading 2 */
{
 font-size: 19px;
 font-family: ?¡é¨¨¨ª??o¨²;
 font-weight: bold;
}
span.f_heading3 /* heading 3 */
{
 font-size: 13px;
 font-weight: bold;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 21px;
 font-weight: bold;
}
span.f_Hyperlink /* Hyperlink */
{
 font-size: 13px;
 color: #0000ff;
 text-decoration: underline;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 11px;
 font-weight: bold;
}
span.f_ListParagraph /* List Paragraph */
{
}
span.f_Notes /* Notes */
{
}
span.f_Title /* Title */
{
 font-size: 21px;
 font-family: '¦Ì¨¨?? Light';
 font-weight: bold;
}
span.f_toc1 /* toc 1 */
{
}
span.f_toc2 /* toc 2 */
{
}
span.f_toc3 /* toc 3 */
{
}
span.f_TOCHeading /* TOC Heading */
{
 font-size: 19px;
 font-family: Cambria;
 font-weight: bold;
 color: #365f91;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 line-height: 1.50;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_BodyText /* Body Text */
{
 margin: 8px 0px 8px 168px;
}
.p_BodyText3 /* Body Text 3 */
{
 margin: 0px 0px 8px 0px;
}
.p_CodeExample /* Code Example */
{
 line-height: 1.0;
 white-space: nowrap;
}
.p_Comment /* Comment */
{
}
.p_heading1 /* heading 1 */
{
 text-indent: -28px;
 margin: 8px 0px 0px 28px;
}
.p_heading2 /* heading 2 */
{
 line-height: 1.0;
}
.p_heading3 /* heading 3 */
{
 line-height: 1.0;
}
.p_Heading1 /* Heading1 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 line-height: 1.50;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_ListParagraph /* List Paragraph */
{
 text-indent: 28px;
}
.p_Notes /* Notes */
{
}
.p_Title /* Title */
{
 text-align: center;
 margin: 16px 0px 4px 0px;
}
.p_toc1 /* toc 1 */
{
}
.p_toc2 /* toc 2 */
{
 margin: 0px 0px 0px 28px;
}
.p_toc3 /* toc 3 */
{
 margin: 0px 0px 0px 56px;
}
.p_TOCHeading /* TOC Heading */
{
 line-height: 1.15;
 margin: 32px 0px 0px 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;
}
