@CHARSET "UTF-8";

	.varTagNoDisplay {
		display:none;
		visibility:none;
	}

	#upgradeBar {
		display:none;
		visibility:none;
	}

	#contentWrapper {
		display:block;
		visibility:visible;
		border-width: 0px;
	}

	#printVisible{
		margin: 0px auto;
		display:none;
		visibility:none;
	}

	#header, .printPageLink, .printAllLink  {
		display: none;
		visibility:none;
	}

	#contentWrapper{
		border: 0px none #ffffff;
	}


	#forPersonalUsePrint {
		display:block;
		visibility:visible;
		margin-left: 30px;
	}

   /* Had to do printing with multiple classes to handle funkiness with internet explorer.  */

    /* This will be tabws */
	.printAllFirstPage {
		page-break-after:always;
	}
    /* This will be tabvhr */
	.printAllSecondPage {
		page-break-before:auto;
	}

    /* This will be all the other pages class */
	.printAllOtherPages {
		page-break-before:always;
	}

	.printThisPage_Print {
		display:block;
		visibility:visible;
	}

	.printThisPage_NoPrint {
		display:none;
		visibility:none;
	}

	.animatedLoadingImage {
		display:none;
		visibility:none;
	}
