/*
==============================================================================
STYL: PrintThisPage
==============================================================================
*/
@media screen {
	td#PrintThisPage
	{
		text-align: right;
		padding-right: 25px; 
		font-size: 11px;
		font-weight: bold;
	}
	
	td#PrintThisPage img
	{
		position:relative;
		top: 7px;
		left: -2px;
	}
}

@media print {
	div#PrintThisPage {
		display: none;
	}
}