	@media print {
		#arnichemLogo {
			display: none;
		}
	}

	@media print, screen {

		div.secContent {
			padding: 4em 0 2em 20px;
		}

		div.secContent img[alt="Arnichem Corporation"] {
			width:		280px;
			height:		42px;
		}

		.profile {
			line-height:		1.8em;
			width:					480px;
			padding-left:		50px;
			padding-bottom:	10px;
			text-align:			justify;
		}

		.profile:first-line {
			font-weight:				bold;
		}

	}
