﻿/* CSS FOR PRINTING
----------------------------------------------------------*/

body   
{
    background: #FFFFFF; /* background of the whole website */
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #000000; /* font color of the website */
}

    table.none, th.none, td.none  
    {
        border:0px #FFFFFF;
        border-collapse:separate;
    } 
    
    table, th, td  
    {
        border:solid 1px #000000; 
        border-collapse:collapse; 
    } 
    

    
