.align-left {
	text-align: left;
}

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

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

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 10px 0;
}

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 13px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }


p.bodytext {
	margin: 0 0 10px 0;
}

.clearer { clear: both; }

.hiddendata { display: none; }