/* Text Styles */
hr { color: #1e1e1e}
body, table /* Normal */
{
 font-size: 10pt;
 font-family: 'Verdana';
 font-style: normal;
 font-weight: normal;
 color: #1e1e1e;
 text-decoration: none;
}
span.f_CodeExample /* Code Example */
{
 font-family: 'Courier New';
 color: #000000;
}
span.f_Comment /* Comment */
{
}
span.f_CourierFixed /* Courier Fixed */
{
 font-size: 9pt;
 font-family: 'Courier New';
 color: #000000;
}
span.f_Definition /* Definition */
{
}
span.f_Heading1 /* Heading1 */
{
 font-size: 16pt;
 font-weight: bold;
 color: #f0f0f0;
}
span.f_Heading2 /* Heading2 */
{
 font-size: 16pt;
 font-weight: bold;
 color: #999999;
}
span.f_Heading3 /* Heading3 */
{
 font-size: 12pt;
 font-weight: bold;
 color: #666666;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_Location /* Location */
{
 font-size: 8pt;
 color: #666666;
}
span.f_Notes /* Notes */
{
}
span.f_TableText /* Table Text */
{
}
span.f_Tip /* Tip */
{
}
span.f_TipFont /* Tip Font */
{
 font-weight: bold;
 color: #993300;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 48px 8px 48px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
 margin: 8px 0px 16px 96px;
}
.p_Comment /* Comment */
{
}
.p_Definition /* Definition */
{
 text-indent: -24px;
 margin: 0px 48px 8px 72px;
}
.p_Heading1 /* Heading1 */
{
 margin: 0px 48px 0px 48px;
}
.p_Heading2 /* Heading2 */
{
 margin: 32px 48px 16px 48px;
}
.p_Heading3 /* Heading3 */
{
 margin: 16px 48px 16px 48px;
}
.p_ImageCaption /* Image Caption */
{
 margin: 0px 48px 0px 48px;
}
.p_Location /* Location */
{
 margin: 0px 0px 0px 0px;
}
.p_Notes /* Notes */
{
}
.p_TableText /* Table Text */
{
 margin: 0px 10px 0px 10px;
}
.p_Tip /* Tip */
{
 text-indent: -32px;
 margin: 8px 48px 8px 80px;
}
.p_TipFont /* Tip Font */
{
}
