@CHARSET "ISO-8859-1";

div {
	position: relative;
}

.content .xxsmall {
	font-size: 0.97em;
	line-height: 1.2em;
}

.content .xsmall {
	font-size: 1.15em;
	line-height: 1.2em;
}

.content .small {
	font-size: 1.4em;
	line-height: 1.2em;
}

.content .medium {
	font-size: 1.6em;
	line-height: 1.2em;
}

.content .large {
	font-size: 2.1em;
	line-height: 1.2em;
}

.content .xlarge {
	font-size: 2.8em;
	line-height: 1.2em;
}

.content .xxlarge {
	font-size: 4.1em;
	line-height: 1.2em;
}

@media screen {
div.textregular {
	font-size: 1.3em;
}

div.textsmall {
	font-size: 1.0em;
}

div.textmedium {
	font-size: 1.5em;
}

div.textlarge {
	font-size: 1.8em;
}

div.textxlarge {
	font-size: 2.2em;
}
}

@media print {
.noprint {display: none;}
}

