div#html_alert,
div#preload {
	display: none;
}
td { vertical-align: top; }

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: "Tahoma",Trebuchet,Verdana,Sans-Serif;
	font-weight: normal;
}

a, a:link, a:visited {
	text-decoration: none;
}

@media screen {

	
	body {
		behavior: url(/_css/csshover2.htc);
		background: #DCD0B7 url(/_elements/background.jpg) no-repeat;
		background-position: 50% 0%;
	}
	
	a img { border: none; }
	
	a, a:link, a:visited {
		text-decoration: none;
		color: #003A7D;
	}
	
	a:focus, a:hover, a:active {
		text-decoration: underline;
	}
	
	.left {
		float: left;
		margin-right: 20px;
	}
	
	.right {
		float: right;
		margin-left: 20px;
	}
	
	.pdf_icon {
		margin-right: 5px;
		margin-top: 5px;
	}
	
	.print {
		display: none;
	}

}

@media print {

	a:focus, a:hover, a:active {
		text-decoration: none;
	}
	
	.screen,
	img {
		display: none;
	}
	
	a[href]:after {
		content: " [ link:" attr(href) "] ";
	}

}
