/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 10pt;
 font-family: Arial;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_Bold /* Bold */
{
 font-family: Tahoma;
 font-weight: bold;
 color: #808080;
}
span.f_BoldItalic /* Bold+Italic */
{
 font-style: italic;
 font-weight: bold;
}
span.f_boldi /* boldi */
{
 font-family: Tahoma;
 font-weight: bold;
 color: #808080;
}
span.f_Bulletbodyindent /* Bullet body indent */
{
}
span.f_Codeexample /* Code example */
{
 font-family: 'Courier New';
 font-weight: bold;
}
span.f_Comment /* Comment */
{
}
span.f_Heading1 /* Heading1 */
{
 font-size: 12pt;
 font-weight: bold;
 color: #ffffff;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_InternalHeading /* Internal Heading */
{
 font-size: 11pt;
 font-weight: bold;
}
span.f_Italic /* Italic */
{
 font-style: italic;
}
span.f_Leftindentto72 /* Left indent to 72 */
{
}
span.f_NewStyle /* New Style */
{
 font-family: Tahoma;
 font-weight: bold;
 color: #808080;
}
span.f_NewStyle2 /* New Style2 */
{
 font-family: Tahoma;
 font-weight: bold;
 color: #808080;
}
span.f_NewStyle3 /* New Style3 */
{
 font-size: 12pt;
 font-weight: bold;
 color: #ffffff;
}
span.f_NewStyle4 /* New Style4 */
{
 font-family: Tahoma;
 font-weight: bold;
}
span.f_Notes /* Notes */
{
}
span.f_SmallSpace /* SmallSpace */
{
 font-size: 5pt;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_Bulletbodyindent /* Bullet body indent */
{
 text-indent: 13px;
}
.p_Codeexample /* Code example */
{
}
.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 0px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_NewStyle3 /* New Style3 */
{
}
.p_Notes /* Notes */
{
}
.p_SmallSpace /* SmallSpace */
{
}


#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;
}
