/* ===== Default stylesheet standard HTML elements =====
 */

html, body {
	margin: 0;
	padding: 0;
}


table.simple {
	width: 100%;
	border: none;
}

thead,tfoot,tbody,tr {
	margin: 0;
	padding: 0;
}


th.simple,td.simple {
	margin: 0;
	padding: 0.2em 1em;
    border:0;
	}

address {
	text-align: center;
}

img {
	margin: 0.0em 0em;
	border: 0;
}

a img {
	text-decoration: none;
}

 img.g32 {/* scalable em 32 */
  width: 2em;
  height: 1em;
  }

/* ==== accesskeys in <a> elements ==== */
a[accesskey]:after {
	content: " [" attr(accesskey) "]";
}

/* ===== Special classes ===== */
.center {
	text-align: center;
}

