div#html_alert,
div#preload {
	display: none;
}
td { vertical-align: top; }

@media screen {

	* {
		margin: 0;
		padding: 0;
	}
	
	body {
		font-family: Helvetica;
		font-size: 12px;
		behavior: url(/_css/csshover2.htc);
		background: #E2E6CF;
	}
	
	a img { border: none; }
	
	a, a:link, a:visited {
		text-decoration: none;
		font-weight: bold;
		color: #799722;
	}
	
	a:focus, a:hover, a:active {
		text-decoration: underline;
		color: #4C7592;
	}
	
	.left {
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
		clear: left;
	}
	
	.right {
		float: right;
		margin-left: 20px;
		margin-bottom: 20px;
		clear: right;
	}
	
	.print {
		display: none;
	}
	
	.display_none {
		display: none;
	}

}

@media print {

	.screen {
		display: none;
	}

}