/* Styles for the FCK Editor */

body {
	background-color:#FFF;
}

.normal {
	
}
.headline {
	font-weight:bold;
	font-size:100%;
	color:#003f5f;
}
.headline2 {
	font-weight:bold;
	font-size:100%;
	color:#2e679b;
}
.headline2  a{
	font-weight:bold;
	font-size:100%;
	color:#2e679b;
	text-decoration:none;
}
.normal {
	font-size:85%;
	color:#2e679b;
}