/* Styles for the FCK Editor */

body {
	background-color:#FFF;
}

.normal {
	color:#4c7592;
}
.headline {
	font-weight:bold;
	font-size:100%;
	color:#003a63;
}
.smalltext {
	font-size:11px;
}
.yellow {
	color:#f9d306;
}
