.Float.Right {
	float: right;
}

.Float.Left {
	float: left;
}

.TextBlock p {
	text-align: justify;
}

.TextBlock p + p {
	text-indent: 0em; 
}

.TextBlock p + p.Separated {
	text-indent: inherit;
	margin-top: 2ex;
}

.KeepCase {
	text-transform: none;
}

@media handheld, print, projection, screen, tty, tv {
	.MediaVisualNon {
		display: none;
	}
}
