/*defaults*/

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

p,ol,ul,dl,blockquote,form,pre,h1,h2,h3,h4 {margin-top: 0;}

form {
	margin:0;
	padding:0;
}

img {border: 0;}

table {
	font-size: 100%;
	border-collapse: collapse;
}

table td {padding: 0; vertical-align:top; text-align:left;}

table.test, table.test td {border: dotted 2px red;}

table.test table, table.test table td {border: 0;}

.maxw {width:100%;}

.clear {clear:both;}

.oh {overflow:hidden;}

.fl {
	float:left;
}

.fr {
	float:right;
}

img { behavior: url("/iepngfix.htc") }

.db {
	display:block;
}

h1, h2, h3, h4 {
	margin:0 0 1em 0;
}

p {
	margin-bottom:1em;
}

.fc {
  zoom:1;
}

.fc:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

/*end of defaults*/
