              .nazva  {
              	font-size : 10pt;
              	font-weight : bold;
              	font-family : Arial;
              	font-style : normal;
              	color :#004B2C;
              }
             .all  {
              	font-size : 9pt;
              	font-style : normal;
              	font-family : Arial;
              }
			                .small  {
              	font-size : 8pt;
              	font-style : normal;
              	font-family : Arial;
              }
			     dt  {
                font-size : 10pt;
                font-weight : bold;
                font-family : Arial;
                font-style : normal;
                color : #004B2C;
               }
			     .podzag  {
                font-size : 9pt;
                font-weight : normal;
                font-family : Arial;
                font-style : italic;
                color : Black;
               }
			   .big  {
                font-size : 10pt;
                font-style : normal;
                font-family : Arial;
                font-weight : bold;
              }
              td  {
              	font-size : 9pt;
              	font-style : normal;
              	font-family : Arial;
              }
A:link  {
            	text-decoration : none;
            	color :"#004B2C";
            	font-size : 10pt;
            	font-family : Arial;
            }
            A:visited  {
            	text-decoration : none;
            	color : black;
            	font-size : 10pt;
            	font-family : Arial;
            }
            A:active  {
            	text-decoration : none;
            	color :"#004B2C";
            	font-size : 10pt;
            	font-family : Arial;
            }
            A:hover  {
            	text-decoration : underline;
            	color :"#004B2C";
            	font-size : 10pt;
            	font-family : Arial;
            }