/* entire body black print on white background, including colored embedded text */
p     {font: 12pt "Times New Roman", Times, Georgia, serif;}
       color: #000000;
       background: #ffffff;               
       width: 100%
       margin: 3px;
       }

p.footer { font-family: "Times New Roman", Times, Georgia, serif;}
           font-size: smaller; } 

img { display: none; }

div.banner ( display: none; }
td.banner { display: none; }
img.banner { display: none; }

table { border: none;
        padding: 20px; }
	         
td.main { vertical-align: top;
          border: none;
          padding: 20px; }
          
span.fllinks { font-size: smaller; }

h1, h2, h3, h4, h5, h6 { font: Georgia "Times New Roman" Times, serif;
     text-align: left;
     color: #000000;
     background: transparent; 
     margin-top: 2em;
     margin-bottom: .50px;}
     
hr {color: #000000;
    height: 2px;}
