body
{
    background: #C9C4A6;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
}


table, td
{
    border-color: #CF2526;
    border-style: solid;
}

table
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

td
{
    margin: 0;
    padding: 10px;
    text-align: center;
   
}

table.commissions, td.commissions
{
    border-color: #C9C4A6;
    border-style: solid;
}

table.commissions
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

td.commissions
{
    margin: 0;
    padding: 10px;
    text-align: left;
    color: #000000;
    font-family: Arial,Verdana,Helvetica;
    font-size: 10pt;

   
}

table.steele, td.steele
{
    border-color: #3E4E4E;
    border-style: solid;
}

table.steele
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

td.steele
{
    margin: 0;
    padding: 10px;
    text-align: left;
    color: #FF9933;
    font-family: Arial,Verdana,Helvetica;
    font-size: 9pt;
   
}

A:link
{
      
        background:#C9C4A6; 
        color: #CF2526;
        font-size: 10pt;
        text-decoration: none;
        font-weight: normal;
       
        
     
}
A:visited
{
        background: #C9C4A6;
        color: #CF2526;
        font-size: 10pt;
        text-decoration: none;
        font-weight: normal;
    
        
}
A:hover
{
        background: #C9C4A6;
        color: #CF2526;
        font-size: 10pt;
        text-decoration: underline;
        font-weight: normal
       
      
}
