/* Custom style information is contained in this file */
body, table
{
    font-weight: normal;
    font-size: 14pt;
    color: #000000;
    font-style: normal;
    font-family: 'sans-serif';
    text-decoration: none
}

span.Code /* Code */
{
 font-size: 9pt;
 font-family: 'Fixedsys';
 color: #0000ff;
}

span.f_Redbolditalic /* Red, bold, italic */
{
 font-style: italic;
 font-weight: bold;
 color: #ff0000;
}

span.f_Heading1 /* Heading 1 */
{
 font-size: 14pt;
 font-weight: bold;
 text-decoration: underline;
}

span.f_Heading2 /* Heading 2 */
{
 font-size: 12pt;
 font-style: italic;
 font-weight: bold;
 color: #ff0000;
 text-decoration: underline;
}

span.f_Heading1 /* Heading1 */
{
 font-size: 16pt;
 font-weight: bold;
}


