@charset "utf-8";

a, a img {
	border: none;
	outline: none;
}

img {
	vertical-align: bottom;
}
img.right {
	margin: 0px 0px 5px 8px;
	float: right;
}
img.left {
	margin: 0px 25px 10px 0px;
	float: left;
}
img.center {
	margin: 0px auto 5px;
  text-align: center;
  display: block;
}

table.center {
	margin: 0px auto;
}

hr {
	margin: 1em 0em;
  padding: 0em;
  height: 1px;
}

p {
	margin: 0em 0em 1em;
  padding: 0em;
}
div.left, p.left {
	text-align: left !important;
}
div.right, p.right {
	text-align: right;
}
div.center, p.center {
	text-align: center;
}

span.right {
	float: right;
}

.sub-text {
	font-size: x-small;
  line-height: 1.5;
}

p.gotop {
	margin: 0px 0px 20px;
  padding: 0px;
  text-align: right;
}

