@media print {

body {			  font-size: 80%;		}
          
body, p, h1, h2, h3, .small, .tiny, .intro, .layout, hr, a, a:visited, #tdlogo, address, table, td
				{ 
				  	color: black; 
					background: white;
					}
					
h1 {font-size: 12pt; }
h2 {font-size: 12pt; }
h3 {font-size: 10pt; }

p, ul, li, h4 {font-size: 10pt; }

a { text-decoration:none}

.content {width: 600px;}

address {margin-top: 20px;}
		
#toplink, .noprint, .menu, .menutd, .img, .divideline, .submenu
				{
					display:none;
				}
				
}