body, input, textarea, select {
	font-family: "Courier New", Courier, monospace;
  	font-size: 11px;
}
body {
  margin: 15px 10px 10px 40px;
  padding: 0;
}
form, p, input, select {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: 0;
}
.clear {
  clear:both;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  line-height: 0;
}
.cleaner {
	clear: both;
	height: 0;
	overflow: hidden;
	display: block;
	background: transparent !important;
}
.cleaner.h15 { height: 15px }
.cleaner.h5 { height: 5px }
.fleft {
  float: left;
}
.fright {
  float: right;
}
.nodisplay {
	display: none;
}