/* Text Styles */
hr { color: #000000}
body, table /* Normal */
{
 font-size: 12pt;
 font-family: 'Times New Roman';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_BuildDate /* BuildDate */
{
 font-style: italic;
 color: #000000;
}
span.f_BulletList /* Bullet List */
{
}
span.f_Button /* Button */
{
 font-style: italic;
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 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_FieldNames /* FieldNames */
{
 font-size: 8pt;
 font-family: 'Microsoft Sans Serif';
 color: #000000;
}
span.f_FormItems /* FormItems */
{
 font-weight: bold;
 color: #000000;
}
span.f_HangingIndent /* HangingIndent */
{
 color: #000000;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 14pt;
 font-weight: bold;
 color: #ffffff;
}
span.f_Heading2 /* Heading2 */
{
 font-weight: bold;
}
span.f_Heading3 /* Heading3 */
{
 font-weight: bold;
}
span.f_Highlighted /* Highlighted */
{
 font-weight: bold;
 color: #000000;
}
span.f_ImageCaption /* Image Caption */
{
 font-style: italic;
 color: #000000;
}
span.f_ImageLeft /* ImageLeft */
{
 color: #ffffff;
 background-color: #ff0000;
}
span.f_IndentedList /* IndentedList */
{
 color: #000000;
}
span.f_MenuItem /* MenuItem */
{
 font-style: italic;
}
span.f_Notes /* Notes */
{
}
span.f_Tip /* Tip */
{
 font-style: italic;
 font-weight: bold;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 6px 0px 0px 0px;
}
.p_BuildDate /* BuildDate */
{
 margin: 16px 0px 0px 18px;
}
.p_BulletList /* Bullet List */
{
 margin: 6px 0px 0px 24px;
}
.p_Button /* Button */
{
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}
.p_Comment /* Comment */
{
}
.p_HangingIndent /* HangingIndent */
{
 text-indent: -96px;
 margin: 8px 0px 0px 144px;
}
.p_Heading1 /* Heading1 */
{
}
.p_Heading2 /* Heading2 */
{
 margin: 12px 0px 0px 0px;
}
.p_Heading3 /* Heading3 */
{
 text-indent: 48px;
 margin: 12px 0px 0px 0px;
}
.p_ImageCaption /* Image Caption */
{
 text-align: center;
 margin: 5px 0px 8px 0px;
}
.p_ImageLeft /* ImageLeft */
{
 margin: 5px 0px 8px 0px;
}
.p_IndentedList /* IndentedList */
{
 text-indent: -29px;
 margin: 6px 0px 0px 77px;
}
.p_MenuItem /* MenuItem */
{
}
.p_Notes /* Notes */
{
}
.p_Tip /* Tip */
{
 text-align: center;
}
