div#html_alert,
div#preload {
	display: none;
}
td { vertical-align: top; }

@media screen {

	body {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #333;
		background: #999;
	}
	
	a img { border: none; }
	
	a, a:link, a:visited {
		text-decoration: none;
		color: #FF3300;
	}
	
	a:focus, a:hover, a:active, a.nav_selected {
		text-decoration: underline;
		color: #990000;
	}
	
	p {
		margin-top: 0;
	}
	
	form {
		margin: 0;
		padding: 0;
	}
	
	.left {
		float: left;
		margin-right: 20px;
	}
	
	.right {
		float: right;
		margin-left: 20px;
	}
	
	.print {
		display: none;
	}
	
	table,
	table tbody,
	table tr,
	table td {
		border: none;
	}

}

@media print {

	.screen {
		display: none;
	}

}