/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 11pt;
 font-family: 'Calibri';
 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_DefaultParagraphFont /* Default Paragraph Font */
{
 font-size: 12pt;
 font-family: 'Times New Roman';
}
span.f_heading1 /* heading 1 */
{
 font-size: 14pt;
 font-family: 'Cambria';
 font-weight: bold;
 color: #365f91;
}
span.f_heading2 /* heading 2 */
{
 font-size: 13pt;
 font-family: 'Cambria';
 font-weight: bold;
 color: #4f81bd;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 16pt;
 font-weight: bold;
}
span.f_Hyperlink /* Hyperlink */
{
 font-size: 12pt;
 font-family: 'Times New Roman';
 color: #9a7739;
 text-decoration: underline;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_NormalWeb /* Normal (Web) */
{
 font-size: 9pt;
 font-family: 'Verdana';
}
span.f_Notes /* Notes */
{
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 line-height: 1.15;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 13px 0px;
}
.p_CodeExample /* Code Example */
{
 line-height: 1.0;
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}
.p_Comment /* Comment */
{
}
.p_DefaultParagraphFont /* Default Paragraph Font */
{
 line-height: 1.0;
 margin: 0px 0px 0px 0px;
}
.p_heading1 /* heading 1 */
{
 margin: 32px 0px 0px 0px;
}
.p_heading2 /* heading 2 */
{
 margin: 13px 0px 0px 0px;
}
.p_Heading1 /* Heading1 */
{
}
.p_Hyperlink /* Hyperlink */
{
 line-height: 1.0;
 margin: 0px 0px 0px 0px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_NormalWeb /* Normal (Web) */
{
 line-height: 1.0;
 margin: 7px 0px 7px 0px;
}
.p_Notes /* Notes */
{
}
