body 
{
    font-family: Arial;
    font-size: 11px;
    color: #858585;    
}

h1
{
    line-height: 20px;
    font-weight: normal;
    font-size: 18px;
    color: #549C00;
}

a
{
    font-weight: normal;
    color: #006dd4;
    text-decoration: none;
}

a:hover
{
    font-weight: normal;
    color: #00A6E8;
    text-decoration: none;
}

a.buttonStandard
{
    text-align: center;
    font-weight: bold;
    color: #E8F4FB;
    text-decoration: none;
}

a.buttonStandard:hover
{
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

a.buttonCancel
{
    text-align: center;
    font-weight: normal;
    color: #444444;
    text-decoration: none;
}

a.buttonCancel:hover
{
    text-align: center;
    font-weight: normal;
    color: #C80000;
    text-decoration: none;
}

strong
{
    font-weight: normal;
    color: #444444;
}

select
{
    font-family: Arial;
    font-weight: normal;
    font-size: 12px;
    color: #444444;
}

label
{
    font-size: 13px;
    color: #E77A0A;
}

div,td
{
    line-height: 15px;
}
