body {
	font-family: Helvetica, san-serif;
	font-size: 11px;
}

div#html_alert,
div#preload {
	display: none;
}

td { vertical-align: top; }

.left {
	float: left;
	margin-right: 20px;
}

.right {
	float: right;
	margin-left: 20px;
}

@media screen {

	* {
		margin: 0;
		padding: 0;
	}
	
	body {
		behavior: url(/_css/csshover2.htc);
		background: url(/_elements/background_page.jpg) repeat-x;
	}
	
	a img { border: none; }
	
	a, a:link, a:visited {
		text-decoration: none;
		font-weight: bold;
		color: #004585;
	}
	
	a:focus, a:hover, a:active {
		text-decoration: none;
		color: #002E5A;
	}
	
	.print {
		display: none;
	}
	.display_none {
		display: none;
	}

}

@media print {

	.screen {
		display: none;
	}

}