/* 
    Document   : report
    Created on : May 19, 2011, 11:43:51 AM
    Author     : Meranda
    Description:
        Purpose of the stylesheet follows.
*/


.report-title
{
    display: block;
    font-style: italic;
    margin:10px 0 0px 10px;
}

.report
{
    display: block;
    margin:5px 20px 0px 20px;
}

.report table
{
    background-color: #FEF8E4;
    width: 100%;
}

.report table th,
.report table td
{
    padding: 0 5px 0 5px;
    text-align: left;
    border-bottom: 1px #FEEEBD solid;
}

