<!-- CSS dla stron o Abbreviations --><!-- kolory:  -->body	{	font-style: normal; 	font-weight: normal; 	line-height: 12pt; 	font-size: 8pt; 	font-family: Arial, Verdana, Tahoma; 	background-color: white; color: black;	background-attachment: fixed; background-repeat: repeat-y; background-position: 0 0%	}p, table, td	{	empty-cells: show;	font-family: Verdana, Tahoma, Arial;	font-size: 8pt; 	line-height: 11pt; 	}table#abbrev	{	empty-cells: show;	width: 800px; align: left;	border-top: 2px solid #c0c0c0; border-bottom: 1px solid #c0c0c0;	margin: 0px 0px 0px 0px;	}td#abbrev-symbol	{	background-color: #e0e0e0; color: black;	width: 72px;	font-size: 8pt; font-weight: normal; line-height: 10pt;	text-align: center;	vertical-align: top;	border-bottom: 2px solid white; 	padding: 2px 0px 4px 0px;	}td#abbrev-descr	{	background-color: white; color: black;	font-size: 8pt; font-weight: normal; line-height: 10pt;	vertical-align: top;	border-bottom: 2x solid #e0e0e0; 	padding: 2px 4px 4px 8px;	}