﻿body
        {
            margin: 0px;
        }
        .fr
        {
            float: right;
            width: 50%;
        }
        .fl
        {
            float: left;
            width: 50%;
        }
        .txtHeader
        {
            color: #ffffff;
            font-weight: bold;
            font-family: Arial;
            font-size: 11px;
            background-color: #1B4E7B;
        }
        .txtIndicesHeader
        {
            color: #000000;
            font-weight: bold;
            font-family: Arial;
            font-size: 12px;
        }
        .txtIndicesHeader1
        {
            color: #0088cc;
            font-family: Arial;
            font-size: 11px;
            font-weight: bold;
        }
        .bold
        {
            font-weight: bold;
        }