* {
	margin: 0;
	padding: 0;
}

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

img {
	border: 0;
}

.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.middle {
	vertical-align: middle;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.fright {
  float: right;
}

.fleft {
  float: left;
}

.bold {
	font-weight: bold;
}

.none {
	display: none;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table td {
	vertical-align: top;
}

