﻿
html {
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 10pt;
    font-family: 'Times New Roman', sans-serif;
    line-height: 1.3;
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    background: #f2f4f5;
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
}

p {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
    padding-left: 10px
}

.leftalign {
    text-align: left;
}

.rightalign {
    text-align: right;
}

.centeralign {
    text-align: center;
}

.italic {
    font-style: italic;
}

.clearfix {
    clear: both;
}

.headerbg {
    min-height: 60px;
    padding: 10px 0;
}

    .headerbg .head1 {
        text-transform: capitalize;
        color: #000;
        font-size: 16px;
        font-weight: 400;
        margin: 0px;
        padding: 0px;
        letter-spacing: 0.5px;
    }

    .headerbg .head2 {
        text-transform: capitalize;
        color: #000;
        font-size: 14px;
        font-weight: 400;
        margin: 10px 0 0;
        padding: 0px;
        letter-spacing: 0.5px;
    }

    .headerbg p {
        color: #000;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
    }

h2 {
    color: #000;
    font-size: 12px;
    font-weight: 400;
}

.centerContent {
    /* padding: 10px;*/
    background: #fff;
    /*margin: 5px;*/
}

    .centerContent .inner-wrap {
        border: 1px solid #000;
    }

.mb10 {
    margin-bottom: 10px;
    display: block;
}

.width25 {
    width: 25%;
}

.borderBottom {
    border-bottom: 1px solid #000;
}

.fontSize18 {
    font-size: 16px;
}

.bgClrYellow {
    background: Yellow;
}

.bgClrBlue {
    background: #a7e8fd;
}

.bgClr {
    background: #ccc;
}

.centerContent .inner-wrap .col1 {
    padding: 2px;
    text-align: center;
    width: 32.5%;
    float: left;
}


    .centerContent .inner-wrap .col1 div p {
        color: #000;
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 5px
    }


table {
    width: 100%;
    border-bottom: 1px solid #000;
    border-collapse: collapse;
    margin: 0 auto;
}

    table thead {
        border-bottom: 1px solid #000;
        border-top: 1px solid #000;
    }

        table thead th {
            background: #ccc;
            font-size: 12px;
            padding: 5px;
            border-right: 1px solid #000;
        }

            table thead th:last-child {
                border-right: none;
            }

    table tbody tr td {
        height: 20px;
        color: #000;
        font-size: 11px;
        font-weight: 500;
        padding: 4px 5px;
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
    }

        table tbody tr td:last-child {
            border-right: none;
        }

    table tfoot {
        border-top: 1px solid #000;
    }

        table tfoot tr td {
            color: #000;
            font-size: 12px;
            font-weight: 500;
            padding: 0 4px;
        }
