@media print {

body {			  font-size: 80%;		}


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

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

.borderr, .borderl, .borderlr, .bordert, .borderb {border: none}

.leftside {width: 25%;}
.content {width: 75%;}
		
#toplink, #rightbar, .leftbar,  #topbar, .noprint, #breadcrumb, .menu, .menutd, .tooltd, .tool
				{
					display:none;
				}
				
}
