/* Text Styles */
hr { color: #000000}
body, table /* Normal */
{
 font-size: 10pt;
 font-family: 'Verdana';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
}
span.f_Comment /* Comment */
{
}
span.f_FormControlHeading /* Form Control Heading */
{
 font-weight: bold;
 color: #333399;
}
span.f_FormControlName /* Form Control Name */
{
 font-weight: bold;
 color: #333399;
}
span.f_FormControlText /* Form Control Text */
{
}
span.f_FormTabTitle /* Form Tab Title */
{
 font-size: 11pt;
 font-weight: bold;
 color: #800000;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 16pt;
 font-weight: bold;
 color: #ffffff;
}
span.f_Heading2 /* Heading2 */
{
 font-size: 11pt;
 font-weight: bold;
 color: #035b7c;
}
span.f_Heading3 /* Heading3 */
{
 font-weight: bold;
 color: #000000;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 9pt;
 font-style: italic;
}
span.f_Indent /* Indent */
{
}
span.f_IndentList /* IndentList */
{
}
span.f_IndentList2 /* IndentList2 */
{
}
span.f_IndentList3 /* IndentList3 */
{
}
span.f_Info /* Info */
{
}
span.f_NOTCOMPLETED /* NOT COMPLETED */
{
 font-size: 11pt;
 font-weight: bold;
 color: #ff0000;
}
span.f_Note /* Note */
{
 color: #000000;
}
span.f_Notes /* Notes */
{
}
span.f_Small /* Small */
{
 font-size: 8pt;
}
span.f_SyntaxTableHeading /* SyntaxTable Heading */
{
 font-size: 12pt;
 font-weight: bold;
 color: #ffffff;
 letter-spacing: -1px;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 11px 0px 8px 0px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
 margin: 11px 0px 0px 0px;
}
.p_Comment /* Comment */
{
 text-align: center;
}
.p_FormControlHeading /* Form Control Heading */
{
 border-color: #000000;
 border-style: solid;
 border-width: 1px;
 border-right: none;
 border-left: none;
 padding: 3px 3px 3px 3px;
 margin: 17px -3px 5px -3px;
}
.p_FormControlName /* Form Control Name */
{
 margin: 11px 0px 4px 0px;
}
.p_FormControlText /* Form Control Text */
{
 margin: 0px 0px 0px 8px;
}
.p_FormTabTitle /* Form Tab Title */
{
 border-color: #000000;
 border-style: solid;
 border-width: 1px;
 border-right: none;
 border-left: none;
 padding: 6px 6px 6px 6px;
 margin: 14px -6px 2px -6px;
}
.p_Heading1 /* Heading1 */
{
 margin: 11px 0px 0px 0px;
}
.p_Heading2 /* Heading2 */
{
 margin: 19px 0px 4px 0px;
}
.p_Heading3 /* Heading3 */
{
 margin: 12px 0px 4px 0px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_Indent /* Indent */
{
 margin: 11px 0px 8px 21px;
}
.p_IndentList /* IndentList */
{
 text-indent: -25px;
 margin: 11px 0px 5px 41px;
}
.p_IndentList2 /* IndentList2 */
{
 text-indent: -19px;
 margin: 4px 0px 4px 40px;
}
.p_IndentList3 /* IndentList3 */
{
 text-indent: -19px;
 margin: 4px 0px 4px 40px;
}
.p_Info /* Info */
{
 border-color: #000000;
 border-style: solid;
 border-width: 2px;
 background: #ccffcc;
 padding: 4px 4px 4px 4px;
 margin: 7px -4px 4px -4px;
}
.p_NOTCOMPLETED /* NOT COMPLETED */
{
}
.p_Note /* Note */
{
 border-color: #000000;
 border-style: solid;
 border-width: 1px;
 background: #edf3fe;
 padding: 4px 4px 4px 4px;
 margin: 10px -4px 6px 0px;
}
.p_Notes /* Notes */
{
}
.p_Small /* Small */
{
}
.p_SyntaxTableHeading /* SyntaxTable Heading */
{
 text-align: center;
 white-space: nowrap;
 margin: 11px 0px 0px 0px;
}
