/* CSS ATTRIBUTES 
Date       		Version  		Author 			Comments
-----------------------------------------------------------------
10/09/08  		002      		HS     			bytelab.co.uk - 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;width:500px;}
#contentwrapper {margin:0;padding:0;background:#fff;}
#contentcolumn {margin:0;padding:0;background:#fff;}
.contenttube {margin:0 0 0 0;padding:0;background:#fff;}


/*
.mainContentTable{width: 700px;}
.headBg1{width: 522px;}
.longPixel{width: 522px;}
.curveCell2{width:0px;}
.curveCell3{width:0px;}
.sectionColour{width: 0px;}
.crumbTrail{height: 18px;width: 750px;vertical-align: middle;font: 100% Arial, Helvetica, sans-serif;}
.navTable{width:15px; }*/


