/* Text Styles */
hr { color: #004080}
body, table, tr, th /* Normal */
{
 font-size: 12pt;
 font-family: 'Verdana';
 font-style: normal;
 font-weight: bold;
 color: #004080;
 text-decoration: none;
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
 font-weight: normal;
 color: #000000;
}
span.f_Comment /* Comment */
{
}
span.f_CourierFixed /* Courier Fixed */
{
 font-size: 9pt;
 font-family: 'Courier New';
 font-weight: normal;
 color: #000000;
}
span.f_Descrizione /* Descrizione */
{
 font-size: 11pt;
 font-family: 'Segoe UI';
 font-weight: normal;
 color: #000000;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 14pt;
 font-family: 'Segoe UI';
 font-weight: normal;
 color: #333399;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
}
span.f_Menu /* Menu */
{
 font-size: 11pt;
 font-style: italic;
 color: #000000;
}
span.f_Notes /* Notes */
{
}
/* 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;
}
.p_Comment /* Comment */
{
}
.p_Descrizione /* Descrizione */
{
 margin: 0px 0px 0px 34px;
}
.p_Heading1 /* Heading1 */
{
}
.p_ImageCaption /* Image Caption */
{
 text-align: center;
}
.p_Menu /* Menu */
{
}
.p_Notes /* Notes */
{
}
