/* CSS Document */
* { color:#000;}
	
/* -----[ Print Header ]--------------------------------------------------------------------- */
#printHeader
{
	display: visible;
	padding-bottom:10px;
    border:0;
    text-align:right;
    width:auto;
    margin:0 auto;
}
.mainCol{
    width:600px;
}

/* -----[ Content Change ]--------------------------------------------------------------------- */
.leftCol, .footer, .header {
	display: none;
	width:0; 
	height:0;
}

.copyright
{
	border-top:2px solid #000;
	text-align:left;
}



