@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: #CCCCCC;
	}
	
	a img { border: none; }
	
	a, a:link, a:visited {
		text-decoration: none;
		font-weight: bold;
	}
	
	a:focus, a:hover, a:active {
		text-decoration: underline;
	}

}

/*css styles to be displayed when printing the document*/
@media print {

}