
/* Generic Elements */

div.hr {
	background-color:#e5e5e5;
	height:2px;
	margin:17px 0px;
}
div.hr hr {
	display:none;
}
a img {
	border:0px;
}

/* Generic Classes */

.clear {
	clear: both;
	height:0px;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}

.hide {
	visibility: hidden;
}
.off {
	display: none;
}

.center {
	text-align:center !important;
}
.left {
	float: left;
}
.right {
	float: right;
}

.linker {
	display: block;
	cursor: pointer;
}

.nomargin {
	margin:0px;
}
.nopadding {
	padding:0px;
}
.noborder {
	border:0;
}

h1.flush,
h2.flush,
h3.flush,
h4.flush {
	margin-bottom:5px;
}
p.flush {
	margin-top:5px;
}

.superscript {
	font-size:xx-small;
	vertical-align:top;
	/*line-height:1.55em;*/ /* line-height should be explicit */
}
.subscript {
	font-size:xx-small;
	vertical-align:bottom;
	/*line-height:1.55em;*/ /* line-height should be explicit */
}