/* 
    Document   : styles
    Created on : 28 Jun, 2014, 12:54:13 PM
    Author     : HimaBindu
    Description:
        Purpose of the stylesheet follows.
*/

/* for background image behind the frameset*/
.colour{
    background-repeat: repeat;
    background-image: url("images/bgbackend.png");

}
root { 
    display: block;
}

/*for back ground color of every page*/
.bgc{background-color: #EBF4FA; }

/* for footer sytle in pages which contains no divisions except this footer class div*/
.footer
{
    text-align:center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    font-size: .75em;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
    color:navy;
}

/* for footer sytle in pages which contains more divisions excluding this footer div class*/
.footerreport
{
    text-align:center;
    bottom: 0px;
    left: 0px;
    right: 0px;
    font-size: .75em;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
    color:navy;
}