/*****************************************************************************/
/*  PRINT STYLE                                                              */
/*****************************************************************************/

* {
	color: #000000 !important;
	background-color: #ffffff !important;
	background-image: none !important;
}

a {
	text-decoration: underline !important;
}


.onlyPrint {
	display: block !important;
}

.printUrl {
	text-align: right;
}


.topMenu,
.navigator,
.navigSpacer,
.colSide,
.icoMenuBlock,
.noPrint {
	display: none !important;
}



.colMain,
.footer {
	margin: 0.5em 0 0 0 !important;
	padding: 0.5em 0 0 0 !important;
	border-top: 1px solid #000000 !important;
}

/*****************************************************************************/
/*  END: PRINT STYLE                                                         */
/*****************************************************************************/

