/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 13px;
 font-family: Arial;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_BulletList /* Bullet List */
{
}
span.f_CodeExample /* Code Example */
{
 font-size: 11px;
 font-family: 'Courier New';
}
span.f_Comment /* Comment */
{
}
span.f_CourierNew /* Courier New */
{
 font-family: 'Courier New';
}
span.f_Format5 /* Format5 */
{
}
span.f_Format6 /* Format6 */
{
}
span.f_Heading1 /* Heading1 */
{
 font-size: 16px;
 font-weight: bold;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 11px;
 font-weight: bold;
}
span.f_ImagesCentered /* Images Centered */
{
 color: #ffffff;
 background-color: #ff0000;
}
span.f_ItalicText /* Italic Text */
{
 font-size: 15px;
 font-family: 'Times New Roman';
 font-style: italic;
}
span.f_NewStyle /* New Style */
{
}
span.f_Notes /* Notes */
{
}
span.f_SourceCodeSample /* Source Code Sample */
{
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_BulletList /* Bullet List */
{
 text-indent: 9px;
 margin: 0px 0px 0px 9px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
}
.p_Comment /* Comment */
{
}
.p_CourierNew /* Courier New */
{
}
.p_Format5 /* Format5 */
{
}
.p_Format6 /* Format6 */
{
}
.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_ImagesCentered /* Images Centered */
{
 text-align: center;
 margin: 10px 0px 10px 0px;
}
.p_NewStyle /* New Style */
{
 text-indent: -13px;
 margin: 0px 0px 0px 13px;
}
.p_Notes /* Notes */
{
}
.p_SourceCodeSample /* Source Code Sample */
{
 text-indent: 19px;
}


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

