/* 
    Document   : cssForDepositsPage
    Created on : May 10, 2013, 5:48:10 PM
    Author     : Administrator
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

.caption{
    font-family: arial,sans-serif,helvita;
    font-size: 23px;
    color: rgb(255,51,153);
    text-align: center;
    font-weight: bold;    
}
.sectionname{
    padding-top: 30px;
    font-family: arial,sans-serif,helvita;
    font-size: 16px;
    color: rgb(255,51,153);
    font-weight: bold;         
}
ul{
    margin: 0;
    padding-left: 30px;
    line-height: 30px;
}
