html, body, div, table, tr, td, img, h1, h2, h3, h4, p, form, object, embed {
	margin: 0px; 
	padding: 0px;
	border: 0px;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	behavior: url( javascript/csshover2.html);
}

table {
	border-collapse: collapse;
}

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

sub {
	vertical-align: baseline;
	position: relative;
	bottom: -0.4em;
}
sup {
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
}

em {
	margin-right: 0.15em;
}

.clearer {
	clear: both;
}

.positioner {
	position: relative;
}
	
.nowrap {
	white-space: nowrap;
}
