/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 11pt;
 font-family: Calibri;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_CodeExample /* Code Example */
{
 font-size: 10pt;
 font-family: 'Courier New';
}
span.f_Comment /* Comment */
{
}
span.f_DefaultParagraphFont /* Default Paragraph Font */
{
 font-size: 12pt;
 font-family: 'Times New Roman';
}
span.f_heading1 /* heading 1 */
{
 font-size: 24pt;
 font-family: Cambria;
 font-weight: bold;
 color: #365f91;
}
span.f_heading2 /* heading 2 */
{
 font-size: 14pt;
 font-family: Cambria;
 font-weight: bold;
 color: #4f81bd;
}
span.f_heading3 /* heading 3 */
{
 font-size: 12pt;
 font-family: Cambria;
 font-style: italic;
 color: #4f81bd;
}
span.f_Heading3Char /* Heading 3 Char */
{
 font-size: 12pt;
 font-family: Cambria;
 font-style: italic;
 color: #4f81bd;
}
span.f_heading4 /* heading 4 */
{
 font-family: Cambria;
 font-style: italic;
 font-weight: bold;
 color: #4f81bd;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 16pt;
 font-weight: bold;
}
span.f_Hyperlink /* Hyperlink */
{
 font-size: 12pt;
 font-family: 'Times New Roman';
 color: #0000ff;
 text-decoration: underline;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_IntenseEmphasis /* Intense Emphasis */
{
 font-size: 12pt;
 font-family: 'Times New Roman';
 font-style: italic;
 font-weight: bold;
 color: #4f81bd;
}
span.f_IntenseQuote /* Intense Quote */
{
 font-style: italic;
 font-weight: bold;
 color: #4f81bd;
}
span.f_ListParagraph /* List Paragraph */
{
}
span.f_Notes /* Notes */
{
}
span.f_toc1 /* toc 1 */
{
 font-size: 12pt;
 font-style: italic;
 font-weight: bold;
}
span.f_toc2 /* toc 2 */
{
 font-weight: bold;
}
span.f_toc3 /* toc 3 */
{
}
span.f_toc4 /* toc 4 */
{
}
span.f_ToggleHeading /* Toggle Heading */
{
 font-size: 14pt;
 background-color: #e2e2e2;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 10px 0px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}
.p_Comment /* Comment */
{
}
.p_DefaultParagraphFont /* Default Paragraph Font */
{
 margin: 0px 0px 0px 0px;
}
.p_heading1 /* heading 1 */
{
 line-height: 1.15;
 margin: 32px 0px 10px 0px;
}
.p_heading2 /* heading 2 */
{
 line-height: 1.15;
 margin: 13px 0px 10px 0px;
}
.p_heading3 /* heading 3 */
{
 line-height: 1.15;
 margin: 13px 0px 10px 0px;
}
.p_Heading3Char /* Heading 3 Char */
{
 margin: 0px 0px 0px 0px;
}
.p_heading4 /* heading 4 */
{
 line-height: 1.15;
 margin: 13px 0px 10px 0px;
}
.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_Hyperlink /* Hyperlink */
{
 margin: 0px 0px 0px 0px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_IntenseEmphasis /* Intense Emphasis */
{
 margin: 0px 0px 0px 0px;
}
.p_IntenseQuote /* Intense Quote */
{
 line-height: 1.15;
 border-color: #4f81bd;
 border-style: solid;
 border-width: 1px;
 border-top: none;
 border-right: none;
 border-left: none;
 margin: 13px 62px 19px 62px;
}
.p_ListParagraph /* List Paragraph */
{
 line-height: 1.15;
 margin: 0px 0px 13px 48px;
}
.p_Notes /* Notes */
{
}
.p_toc1 /* toc 1 */
{
 line-height: 1.15;
 margin: 8px 0px 10px 0px;
}
.p_toc2 /* toc 2 */
{
 line-height: 1.15;
 margin: 8px 0px 10px 15px;
}
.p_toc3 /* toc 3 */
{
 line-height: 1.15;
 margin: 0px 0px 10px 29px;
}
.p_toc4 /* toc 4 */
{
 line-height: 1.15;
 margin: 0px 0px 10px 44px;
}
.p_ToggleHeading /* Toggle Heading */
{
 border-color: #c0c0c0;
 border-style: solid;
 border-width: 1px;
 background: #e0e0e0;
 padding: 3px 3px 3px 3px;
 margin: -3px -3px 7px -3px;
}


#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;
}
