/* Text Styles */
hr { color: #000000}
body, table /* Normal */
{
 font-size: 8pt;
 font-family: 'Verdana';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_Action /* Action */
{
 font-weight: bold;
}
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';
}
span.f_Heading1 /* Heading1 */
{
 font-size: 14pt;
 font-weight: bold;
 color: #ffffff;
}
span.f_Heading2 /* Heading2 */
{
 font-size: 11pt;
 font-weight: bold;
 color: #000050;
}
span.f_Heading3 /* Heading3 */
{
 font-size: 10pt;
 font-weight: bold;
 color: #000050;
}
span.f_IdentList2 /* IdentList2 */
{
}
span.f_IdentList3 /* IdentList3 */
{
}
span.f_ImageCaption /* Image Caption */
{
 font-weight: bold;
}
span.f_Notes /* Notes */
{
}
span.f_Question /* Question */
{
 font-weight: bold;
}
span.f_SeeAlso /* SeeAlso */
{
 font-style: italic;
 font-weight: bold;
}
span.f_Sql /* Sql */
{
 font-size: 10pt;
 font-family: 'Courier New';
 color: #000000;
}
span.f_Variable /* Variable */
{
 font-style: italic;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 8px 0px;
}
.p_Action /* Action */
{
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}
.p_Comment /* Comment */
{
}
.p_Heading1 /* Heading1 */
{
}
.p_Heading2 /* Heading2 */
{
}
.p_Heading3 /* Heading3 */
{
}
.p_IdentList2 /* IdentList2 */
{
 margin: 0px 0px 11px 28px;
}
.p_IdentList3 /* IdentList3 */
{
 margin: 0px 0px 11px 57px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_Notes /* Notes */
{
}
.p_Question /* Question */
{
}
.p_SeeAlso /* SeeAlso */
{
 border-color: #000000;
 border-style: solid;
 border-width: 1px;
 border-right: none;
 border-bottom: none;
 border-left: none;
}
.p_Sql /* Sql */
{
 background: #ccffff;
 margin: 10px 0px 10px 10px;
}
.p_Variable /* Variable */
{
}
