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.htc );
}

table {
	border-collapse: collapse;
}


td, th {
	vertical-align: top;
	text-align: left;
}

/* NOTE: not the best solution because of p's with subs in them */
sub {
	line-height: 1.6em;
}

em {
	margin-right: 0.15em;
}

.clearer {
	clear: both;
}

.positioner {
	position: relative;
}
	
.nowrap {
	white-space: nowrap;
}
