body 
{
    font-family: Arial;
    font-size: 8px;
    color: #000000;
    background-color: #FFFFFF
}

a
{
    color: #2B68BB;
    text-decoration: none;
    font-family: Arial;
    font-size: 10pt;
}

a:hover
{
    color: #2B68BB;
    text-decoration: underline;
    font-family: Arial;
    font-size: 10pt;
}

hr
{
    height: 2px;
    color: #000000;
    width: 100%;
}

p
{
    font-size: 10pt;
}

td
{
    background-color: #FFFFFF;
    font-size: 10pt;
    text-align: left;
}

td.accbody
{
    background-color: #FFFFFF;
    font-size: 10pt;
    text-align: justify;
}