@import url("superfish.css");
@import url("pagelayout.css");
@import url("textdetail.css");
@import url("datatbl.css");



body{
	background-color: silver; /*#BDB76B; */
	font-family: Verdana, Helvetica, sans-serif;
	margin-top : 0;
	margin-left : 0;
	font-size: 11px;
	/*background-image: url("../images/watermark.png");
	background-repeat : no-repeat;
	background-position: center right;
	background-attachment: fixed; */
}

table{
	border-collapse: collapse;
	padding: 0 0 0 0;
}



/* filetype icons for non-html links (<a class="pdf" href="...">)
-----------------------------------*/
a.mswordfile:hover, a.pdffile:hover, a.msexcelfile:hover {
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 1em;
	margin-right: 3px;
	/* white-space: nowrap; */
}
a.mswordfile:hover{
	background-image: url("../images/icon_msword_tiny.jpg");
}
a.pdffile:hover{
	background-image: url("../images/icon_pdf_tiny.jpg");
}
a.msexcelfile:hover{
	background-image: url("../images/icon_msexcel_tiny.jpg");
}
/*-----------------------------------*/