body 
{
    background-color:#E3E2E0;
    font-family:arial, sans-serif;
    font-size:9pt;
    color:#333;
    text-decoration:none;
}

input 
{
    font-family:Arial;
}
    
.leftColumn
{
    float:left;width:49%
}
.rightcolumn
{
    float:right;width:49%
}

.full
{
    width:100%;
}

.required 
{
    color:Red;
}
.small
{
    font-size:8pt;   
}
