/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 10pt;
 font-family: 'Arial';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_Author /* Author */
{
 font-family: 'Verdana';
 font-weight: bold;
 color: #7f7f7f;
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
}
span.f_Comment /* Comment */
{
}
span.f_Download /* Download */
{
 font-size: 9pt;
 font-family: 'Verdana';
 font-weight: bold;
 color: #993300;
}
span.f_H2 /* H2 */
{
 font-size: 12pt;
 font-family: 'Calibri';
 font-weight: bold;
 color: #0669a5;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 16pt;
 font-weight: bold;
}
span.f_HighlightText /* HighlightText */
{
 font-size: 9pt;
 font-family: 'Verdana';
 color: #008000;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 9pt;
 font-weight: bold;
}
span.f_Intro /* Intro */
{
 font-size: 11pt;
 font-family: 'Calibri';
 color: #0669a5;
}
span.f_MultipleHyperlinks /* Multiple Hyperlinks */
{
 font-size: 9pt;
 font-family: 'Verdana';
}
span.f_Normal-1 /* Normal-1 */
{
 font-size: 12pt;
 font-family: 'Times New Roman';
}
span.f_Note /* Note */
{
}
span.f_Notes /* Notes */
{
}
span.f_P /* P */
{
 font-size: 9pt;
 font-family: 'Verdana';
}
span.f_Pnoindent /* P no indent */
{
 font-size: 9pt;
 font-family: 'Verdana';
}
span.f_p1 /* p1 */
{
 font-size: 9pt;
 font-family: 'Verdana';
}
span.f_Quote /* Quote */
{
 font-size: 9pt;
 font-family: 'Verdana';
 font-style: italic;
}
span.f_SideBar /* SideBar */
{
 font-size: 12pt;
 font-family: 'Calibri';
 font-weight: bold;
 color: #008000;
}
span.f_SidebarText /* Sidebar Text */
{
 font-size: 9pt;
 font-family: 'Verdana';
 color: #339966;
}
span.f_VBA /* VBA */
{
 font-size: 8pt;
 font-family: 'Courier New';
 color: #333399;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
 margin: 0px 0px 0px 14px;
}
.p_Comment /* Comment */
{
}
.p_Download /* Download */
{
 margin: 7px 192px 6px 96px;
}
.p_H2 /* H2 */
{
 margin: 0px 192px 0px 0px;
}
.p_Heading1 /* Heading1 */
{
}
.p_HighlightText /* HighlightText */
{
 margin: 7px 192px 6px 5px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_Intro /* Intro */
{
 margin: 11px 192px 0px 5px;
}
.p_MultipleHyperlinks /* Multiple Hyperlinks */
{
 text-indent: 4px;
 margin: 4px 192px 4px 5px;
}
.p_Normal-1 /* Normal-1 */
{
}
.p_Note /* Note */
{
 border-color: #000000;
 border-style: solid;
 border-width: 1px;
 background: #ffff99;
 padding: 5px 5px 5px 5px;
 margin: 2px 187px 2px 3px;
}
.p_Notes /* Notes */
{
}
.p_P /* P */
{
 margin: 7px 192px 6px 5px;
}
.p_Pnoindent /* P no indent */
{
 margin: 7px 48px 6px 5px;
}
.p_p1 /* p1 */
{
 text-indent: 12px;
 margin: 25px 192px 6px 5px;
}
.p_Quote /* Quote */
{
 margin: 7px 207px 6px 15px;
}
.p_SideBar /* SideBar */
{
 margin: 0px 192px 0px 0px;
}
.p_SidebarText /* Sidebar Text */
{
 margin: 7px 192px 6px 5px;
}
.p_VBA /* VBA */
{
 margin: 1px 0px 1px 9px;
}
