/* ############ fckstyles (defined in fckstyles.xml) ############ */
.greenBg1 {
	color: #368406 !important;
}

.greenBg2 {
	color: #2ba705 !important;
}

.greenBg3 {
	color: #0db405 !important;
}

.strikeThrough {
	text-decoration: line-through;
}

.superscript {
	position: relative;
	top: 0.3em;
	font-size: 0.8em;
}

.subscript {
	position: relative;
	bottom: 0.3em;
	font-size: 0.8em;
}

.justifyLeft {
	text-align: left;
	display: block;
}

.justifyRight {
	text-align: right;
	display: block;
}

.justifyCenter {
	text-align: center;
	display: block;
}

.justifyFull {
	text-align: justify;
	display: block;
}
.fontSmaller {
	font-size: smaller;
}

.fontLarger {
	font-size: larger;
}

.fontMedium {
	font-size: medium;
}

.fontLarge {
	font-size: large;
}


