body
{
    background: #FFFFFF;
    font-family: 'Times New Roman';
    font-size: large;
    font-weight: normal;
    color: #000000;
}

.gridviewdatarow
{
    border-style: solid;
    border-width: thin;
    font-size: 18px;
    font-weight: normal;
}

.gridviewNotes
{
    border-style: none;
    border-width: 0px;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}

.gridviewdataalt
{
    border-style: solid;
    border-width: thin;
    font-size: 18px;
    font-weight: normal;
    background-color: #CCFFFF;
}

.gridviewtitle
{
    border: thin solid #000000;
    font-size: 18px;
    font-weight: bold;
    background-color: #CCFFFF;
    color: #0000FF;
}

.gridviewheader
{
    color: #FFFF00;
    font-size: 18px;
    font-weight: bold;
    background-color: #000000;
}


ul { list-style-position: inside; }