.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: 27px;
	font-weight: bold;
	color: #CC0000;
	font-variant: normal;
}
.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 23px;
	font-weight: lighter;
	font-variant: normal;
	color: #666666;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 19px;
	font-weight: lighter;
	font-variant: normal;
	color: #333333;
}
.boldbodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	line-height: 19px;
}
.dropcap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
}
.boldbodytext-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CC0000;
	line-height: 19px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 19px;
	font-weight: lighter;
	font-variant: normal;
	color: #333333;

}
.bodytext-bul {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 19px;
	font-weight: lighter;
	font-variant: normal;
	color: #333333;
	list-style-position: outside;
	list-style-type: none;
	list-style-image:  url(images/bul.gif);
}
