.Titel{
	font-family:verdana;
	font-size: 10pt;
	font-weight: bold;
	color:#F8B916;
}
.Normal{
	font-family:verdana;
	font-size: 10pt;
	font-weight:normal;	
}
/* Fix for MS Office style paragraphs (MsoNormal) */
p {
	margin: 0;
	padding: 0;
}

/* Fix for MS Office unindeted lists */
.unIndentedList {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.unIndentedList li {
	padding: 0;
}

/* Fix for MS Office UL lists */
ul {
	margin-top: 0;
	margin-bottom: 0;
}