div#html_alert,
	.print,
	.screen { display: none; }
td { vertical-align: top; }

/*css styles to be displayed when looking at the document on the screen*/
@media screen {

	* {
		margin: 0;
		padding: 0;
	}
	
	body {
		font-family: Arial, san-serif;
		font-size: 11px;
		behavior: url(/_css/csshover2.htc);
	}
	
	a img { border: none; }
	
	a, a:link, a:visited {
		text-decoration: none;
		font-weight: bold;
		color: #990000;
	}
	
	a:focus, a:hover, a:active {
		text-decoration: underline;
		color: #C70E1C;
	}
	
	.left {
		float: left;
		margin-right: 20px;
	}
	
	.right {
		float: right;
		margin-left: 20px;
	}
	
	.screen {
		display: block;
	}
	
	div#video a:focus,
	div#video a:hover,
	div#video a:active {
		text-decoration: none;
	}
}

/*css styles to be displayed when printing the document*/
@media print {
	
	.print {
		display:block;
	}
	
}