body {
   background: white;
   font-size: 10pt;
   font-family: arial, sans-serif;
   }

.noprint, .print, .nav, .icon, h2.appl, #footer, form, #right { display : none; }


table.compare {
    border-collapse: collapse;
    width: 100%;
    margin: 10px auto;
    color: #666;
}
    table.compare th, table.compare td {
        border: 1px solid #ccc;
        padding: 6px 10px;
        text-align: center;
        vertical-align: top;
    }    
    table.compare th {
        font-weight: bold;
        background: #eee;
        color: #666;
    }    
    table.compare td.first { text-align: left; font-weight: bold; }
	
table.services_table {
    border-collapse: collapse;
    margin: 10px auto;
    color: #666;
    width: 100%;
}
    table.services_table th, table.services_table td {
        border: 1px solid #ccc;
        padding: 6px 10px;
        vertical-align: top;
    }    
    table.services_table th {
        font-weight: normal;
        background: #f1f1f1;
        color: #666;
    }       
        table.services_table .right { text-align: right; width: 16%;
        }
        
        
    
table.legaltable {
        width: 100%;
        margin: 10px 0 0 0; padding: 0;
        border-collapse: collapse;
        border: 0;
    }
        table.legaltable td {
            padding: 4px 10px; margin: 0;
            border: 0;
            vertical-align: top;
        }
        table.legaltable td.first {
            font-weight: bold;
            width: 150px;
            text-align: right;
        }
        
.legal h3{
    border-bottom: 1px solid #333;
}
.legal h3.clean { border: 0; }

.legal h3 em {
        font-size: 11px;
        font-weight: normal;
        font-style: normal;
        color: #666;
    }
        
a img  {
            border: 3px solid #ddd;
            margin: 10px 10px 0 0;
        }
        
        