html, body, div, table, tr, td, img, h1, h2, h3, h4, p, form, embed, object {
	margin: 0px; 
	padding: 0px;
	border: 0px;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	behavior: url( javascript/csshover2.htc );
}

embed, object {
	display: block;
}

table {
	border-collapse: collapse;
}

td {
	vertical-align: top;
}

p {
	margin-bottom: 1.2em;
}

.clearer {
	clear: both;
}

.positioner {
	position: relative;
}
	
.nowrap {
	white-space: nowrap;
}

form input.protect {
	display: none;
}


