    body {
        border: none;
        margin: 10px;
        padding: 0px;
        overflow: auto;
        }
    table.report
    {
        width:100%;
    }
    td 
    {
        font-family: verdana; 
        font-size: 11px; 
    }
    .reportCommentText 
    {
        font-family: verdana; 
        font-size: 11px; 
    }
    .report, .pagehead {
        border-collapse: collapse; 
        font-family: verdana; 
        font-size: 11px; 
        background: white;
        }
    .header {
        padding: 10px;
        background: steelblue; 
        color: white; 
        font-weight: bold;
        font-size: 12px;
        vertical-align: top;
        }
    .colquestion, .colitem {
        padding: 10px;
        background: lightsteelblue;
        width: 200px;
        }
    .questiongroup {
        background: palegoldenrod;
        font-weight: bold;
        font-size: 12px;
        }
    .question, .item {
        vertical-align: top;
        }
    .answer {
        padding: 5px;
        vertical-align: top;
        }
    td.deadcell 
    {
    }

