/* CSS ATTRIBUTES 
Date       		Version  		Author 			Comments
-----------------------------------------------------------------
25/07/07  		001      		HS     			telereal.com - print
-----------------------------------------------------------------
*/

/*
Print Media style sheet
===========================================
Wrap elements on the page which you do not 
want to be included in a print with the 
noPrint class div tags
===========================================
*/
DIV.noPrint{display:none;background:#fff;}

.body {margin:0;padding:0;background:#fff;}
#maincontainer {margin:0;padding:0;border:0;background:#fff;}
#contentwrapper {margin:0;padding:0;background:#fff;}
#contentcolumn {margin:0;padding:0;background:#fff;}
.contenttube {margin:0;padding:0;background:#fff;}




