/* user class for Contribute */

/* =Headings ---------------------*/
/* headings defined to work around Contribute bug */

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

sup, .sup {
	font-size: 70%;
	position: relative;
	top: -4px;
	}
sub, .sub {
	font-size: 70%;
	position: relative;
	top: 4px;
	}
h1 .sup {
	font-size: 50%;
	font-weight: normal;
	top: -8px;
	}

/* =Default classes ---------------------*/

.top { margin-top: 0; padding-top: 0; }
.bottom { margin-bottom: 0; padding-bottom: 0; }

.left { float: left; margin: 0 1.5em 1.5em 0; }
.right { float: right; margin: 0 0 1.5em 1.5em; }

.align-center {
	text-align: center;
	}
.align-right {
	text-align: right;
	}

.back {
	margin: 1.5em 0;
	}
.legend {
	font-size: .85em;
	font-style: italic;
	line-height: 1.2;
	margin-top: .25em;
	}
.note {
	font-size: .94em;
	line-height: 1.2;
	margin-top: .5em;
	}
