BODY, TD, UL, TR, TABLE, P, DIV {
	font-family : Helvetica, Arial, sans-serif ;
	font-size : 10pt;
	color : #333333
}

.durchgestrichen {
	text-decoration: line-through;
}

A {
	text-decoration: none;
	color: Gray;
}

A:Hover {
	text-decoration: underline;
	color: Gray;
}

.small {
	font-size : 8pt;
}

.smallest {
	font-size : 7pt;
}

.big {
	font-size : 12pt;
}

.biggest {
	font-size : 14pt;
}

.blue {
	font-size : 10pt;
	color: #26248C;
}

.bluesmall {
	color: #26248C;
	font-size: 8pt;
}

.bluesmallest {
	color: #26248C;
	font-size: 7pt;
}

.bluebig {
	color: #26248C;
	font-size: 12pt;
}

.bluebiggest {
	color: #26248C;
	font-size: 14pt;
}

.white {
	color: White;
	font-size : 10pt;
}

.whitesmall {
	color: White;
	font-size: 8pt;
}

.whitesmallest {
	color: White;
	font-size: 7pt;
}

.whitebig {
	color: White;
	font-size: 12pt;
}

.whitebiggest {
	color: White;
	font-size: 14pt;
}
	