/* Disable text selection for Mozilla */
/* NOTE: For IE, use:  document.onselectstart=new Function ("return false"); */
/* html {-moz-user-select:none;} */

@media print {
  body {
    font-size: 8pt;
  }
}

/* General settings */ 
table, td, form, img, div, ul, li, span {
	border: 0px; 
	padding: 0px;
  margin: 0px;
}

table {
  border-collapse: collapse;
  font-size: 1em;
}

td {
	text-align: left;
	vertical-align: top;
}

img {
  vertical-align: middle;
}