@import url(/_css/views/default.css);
@import url(/_css/templates/default.css);
@import url(/_css/library/default.css);
@import url(/_css/layouts/default.css);

div#html_alert { 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: Verdana, Arial, san-serif;
		font-size: 11px;
		behavior: url(/_css/csshover2.htc);
		background-color: #000000;
	}
	
	a img { border: none; }
	
	a, a:link, a:visited {
		text-decoration: none;
		font-weight: bold;
		color: blue;
	}
	
	a:focus, a:hover, a:active {
		color: #000000;
		text-decoration: underline;
	}

}

/*css styles to be displayed when printing the document*/
@media print {

}
